Skip to content

Commit

Permalink
fix: remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
missuo committed Apr 19, 2024
1 parent 6a68a2c commit 1f544bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ func cohereRequest(c *gin.Context, openAIReq OpenAIRequest) {
}

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

0 comments on commit 1f544bd

Please sign in to comment.