Remove forgotten printf

This commit is contained in:
Matt Low 2024-06-08 22:44:09 +00:00
parent c1ead83939
commit e334d9fc4f
1 changed files with 0 additions and 3 deletions

View File

@ -117,9 +117,6 @@ func (c *OllamaClient) CreateChatCompletion(
}
content := completionResp.Message.Content
fmt.Println(content)
if callback != nil {
callback(model.Message{
Role: model.MessageRoleAssistant,