AbanteAI / rawdog

Generate and auto-execute Python scripts in the cli
Apache License 2.0
1.79k stars 139 forks source link

Update litellm version to solve ollama compatibility #16

Closed kvaky closed 9 months ago

kvaky commented 9 months ago

Solves #3.

Since ollama returns stream of jsons by default, litellm needs to explicitly specify stream=False in the request. This is fixed in the newer litellm version

kvaky commented 9 months ago

Forgot to create feature branch, created new PR #18