From 04ae095860ad9e32ca82bc0db566b77e4cc4aa44 Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Thu, 3 Oct 2024 21:42:49 -0400 Subject: [PATCH] build: version bump --- litellm/model_prices_and_context_window_backup.json | 2 +- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/litellm/model_prices_and_context_window_backup.json b/litellm/model_prices_and_context_window_backup.json index e698fc5ba..5a18e703d 100644 --- a/litellm/model_prices_and_context_window_backup.json +++ b/litellm/model_prices_and_context_window_backup.json @@ -2331,7 +2331,7 @@ "supports_tool_choice": true, "source": "https://cloud.google.com/vertex-ai/generative-ai/docs/multimodal/gemini-experimental" }, - "gemini-pro-flash": { + "gemini-flash-experimental": { "max_tokens": 8192, "max_input_tokens": 1000000, "max_output_tokens": 8192, diff --git a/pyproject.toml b/pyproject.toml index 2be0c10c3..ceaa13dc3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.48.11" +version = "1.48.12" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -91,7 +91,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.48.11" +version = "1.48.12" version_files = [ "pyproject.toml:^version" ]