Skip to content

Commit

Permalink
bump: version 1.55.0 → 1.55.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ishaan-jaff committed Dec 13, 2024
1 parent 7ff9a90 commit 15a0572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 10 deletions.
9 changes: 1 addition & 8 deletions litellm/proxy/proxy_config.yaml
Original file line number Diff line number Diff line change
@@ -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/*
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
]
Expand Down

0 comments on commit 15a0572

Please sign in to comment.