We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5382ea2 commit fc5dedeCopy full SHA for fc5dede
scripts/ollama_operator.py
@@ -69,7 +69,7 @@ def chat(
69
end="",
70
flush=True,
71
)
72
- response += chunk.content
+ response += str(chunk.content)
73
logger.info(f"Output: {response}")
74
else:
75
response = chat_model.invoke(
0 commit comments