Closed kvaky closed 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
stream=False
Forgot to create feature branch, created new PR #18
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