Merge pull request #858 from trheyi/main
Remove debug print statement in OpenAI message parsing
This commit is contained in:
commit
1556f3c790
1 changed files with 0 additions and 1 deletions
|
|
@ -232,7 +232,6 @@ func NewOpenAI(data []byte, isThinking bool) *Message {
|
|||
|
||||
msg.Text = text
|
||||
msg.IsDone = chunk.Choices[0].FinishReason == "tool_calls" // is done when tool calls are finished
|
||||
fmt.Printf("arguments: %s, finish_reason: %#v\n", arguments, chunk.Choices[0].FinishReason)
|
||||
return msg
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue