We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a68a2c commit 1f544bdCopy full SHA for 1f544bd
main.go
@@ -68,7 +68,6 @@ func cohereRequest(c *gin.Context, openAIReq OpenAIRequest) {
68
}
69
70
reqBody, _ := json.Marshal(cohereReq)
71
- fmt.Println(string(reqBody))
72
req, err := http.NewRequest("POST", "https://api.cohere.ai/v1/chat", bytes.NewBuffer(reqBody))
73
if err != nil {
74
c.JSON(http.StatusInternalServerError, gin.H{"error": err.Error()})
0 commit comments