From 15a0572a06192347eee026a4183bd8e509fe1e2a Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Thu, 12 Dec 2024 20:50:36 -0800 Subject: [PATCH] =?UTF-8?q?bump:=20version=201.55.0=20=E2=86=92=201.55.1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- litellm/proxy/proxy_config.yaml | 9 +-------- pyproject.toml | 4 ++-- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/litellm/proxy/proxy_config.yaml b/litellm/proxy/proxy_config.yaml index c519ca3dc6ba..5af761a96dee 100644 --- a/litellm/proxy/proxy_config.yaml +++ b/litellm/proxy/proxy_config.yaml @@ -1,11 +1,4 @@ model_list: - model_name: openai/* litellm_params: - model: openai/gpt-4o - api_base: https://exampleopenaiendpoint-production.up.railway.app/ - - model_name: anthropic/* - litellm_params: - model: anthropic/fake - api_base: https://exampleanthropicendpoint-production.up.railway.app/ -litellm_settings: - callbacks: ["datadog"] + model: openai/* \ No newline at end of file diff --git a/pyproject.toml b/pyproject.toml index 2231ff41d70c..16ab34eb4c8e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "litellm" -version = "1.55.0" +version = "1.55.1" description = "Library to easily interface with LLM API providers" authors = ["BerriAI"] license = "MIT" @@ -92,7 +92,7 @@ requires = ["poetry-core", "wheel"] build-backend = "poetry.core.masonry.api" [tool.commitizen] -version = "1.55.0" +version = "1.55.1" version_files = [ "pyproject.toml:^version" ]