fix(ollama): fix ollama when api_base not set

This commit is contained in:
ishaan-jaff 2023-10-05 11:22:23 -07:00
parent 7edaff6198
commit ca9ba6b1fa

View file

@ -1,6 +1,6 @@
[tool.poetry] [tool.poetry]
name = "litellm" name = "litellm"
version = "0.1.820" version = "0.1.821"
description = "Library to easily interface with LLM API providers" description = "Library to easily interface with LLM API providers"
authors = ["BerriAI"] authors = ["BerriAI"]
license = "MIT License" license = "MIT License"