You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ollama: Fix JSON format bug issue when not streaming (#892)
* Graceful handling when LLM spits whitespace on json mode with Ollama.
* ollama: Simplify stream repr, spruce up fn calling example
---------
Co-authored-by: Travis Cline <[email protected]>
ollama: Fix JSON format bug issue when not streaming (#892)
* Graceful handling when LLM spits whitespace on json mode with Ollama.
* ollama: Simplify stream repr, spruce up fn calling example
---------
Co-authored-by: Travis Cline <[email protected]>
openai: add toolcalls support when streaming (#763)
* add toolcalls support during stream
* only set the chunk if we have data
* add spaces to comments
* simplify code to meet linter requirements