From ca9ba6b1fa22f52c49936cf38f9b4487edab1ad7 Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 5 Oct 2023 11:22:23 -0700 Subject: [PATCH] fix(ollama): fix ollama when api_base not set --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8aa1db39b..2d3ab3989 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "0.1.820" +version = "0.1.821" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT License"