Skip to content

Commit 6d27c1e

Browse files
committed
bump to 1.68.1
1 parent 7d73ab5 commit 6d27c1e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

litellm/model_prices_and_context_window_backup.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -5436,9 +5436,9 @@
54365436
"supports_tool_choice": true
54375437
},
54385438
"gemini-2.5-pro-exp-03-25": {
5439-
"max_tokens": 65536,
5439+
"max_tokens": 65535,
54405440
"max_input_tokens": 1048576,
5441-
"max_output_tokens": 65536,
5441+
"max_output_tokens": 65535,
54425442
"max_images_per_prompt": 3000,
54435443
"max_videos_per_prompt": 10,
54445444
"max_video_length": 1,

pyproject.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "litellm"
3-
version = "1.68.0"
3+
version = "1.68.1"
44
description = "Library to easily interface with LLM API providers"
55
authors = ["BerriAI"]
66
license = "MIT"
@@ -129,7 +129,7 @@ requires = ["poetry-core", "wheel"]
129129
build-backend = "poetry.core.masonry.api"
130130

131131
[tool.commitizen]
132-
version = "1.68.0"
132+
version = "1.68.1"
133133
version_files = [
134134
"pyproject.toml:^version"
135135
]

0 commit comments

Comments
 (0)