Skip to content

Commit 1f544bd

Browse files
committed
fix: remove print
1 parent 6a68a2c commit 1f544bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

main.go

-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,6 @@ func cohereRequest(c *gin.Context, openAIReq OpenAIRequest) {
6868
}
6969

7070
reqBody, _ := json.Marshal(cohereReq)
71-
fmt.Println(string(reqBody))
7271
req, err := http.NewRequest("POST", "https://api.cohere.ai/v1/chat", bytes.NewBuffer(reqBody))
7372
if err != nil {
7473
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})

0 commit comments

Comments
 (0)