From 4a4d36d923dfeecc2cfed8e88a304dbdc7f18cdc Mon Sep 17 00:00:00 2001 From: ishaan-jaff Date: Thu, 7 Mar 2024 20:45:32 -0800 Subject: [PATCH] (feat) bump litellm --- litellm/model_prices_and_context_window_backup.json | 4 ++-- pyproject.toml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index 111b9f8c3c..d56450b234 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -108,7 +108,7 @@ }, "gpt-3.5-turbo": { "max_tokens": 4097, - "max_input_tokens": 4097, + "max_input_tokens": 16385, "max_output_tokens": 4096, "input_cost_per_token": 0.0000015, "output_cost_per_token": 0.000002, @@ -2259,4 +2259,4 @@ "mode": "embedding" } -} \ No newline at end of file +} diff --git a/pyproject.toml b/pyproject.toml index 5880791ac6..81daa25ed1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.30.1" +version = "1.30.2" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -74,7 +74,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.30.1" +version = "1.30.2" version_files = [ "pyproject.toml:^version" ]