Remove forgotten printf
This commit is contained in:
parent
c1ead83939
commit
e334d9fc4f
@ -117,9 +117,6 @@ func (c *OllamaClient) CreateChatCompletion(
|
||||
}
|
||||
|
||||
content := completionResp.Message.Content
|
||||
|
||||
fmt.Println(content)
|
||||
|
||||
if callback != nil {
|
||||
callback(model.Message{
|
||||
Role: model.MessageRoleAssistant,
|
||||
|
Loading…
Reference in New Issue
Block a user