Skip to content

Commit 0b7ea43

Browse files
committed
up litellm, comments
1 parent 00766f1 commit 0b7ea43

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

refact-server/refact_known_models/passthrough.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,8 +132,8 @@
132132
"resolve_as": "anthropic/claude-3-7-sonnet-20250219",
133133
"T": 200_000,
134134
"T_out": 4096,
135-
"pp1000t_prompt": 3_000, # $3.00 / 1M tokens (2024 oct)
136-
"pp1000t_generated": 15_000, # $15.00 / 1M tokens (2024 oct)
135+
"pp1000t_prompt": 3_000, # $3.00 / 1M tokens (2025 feb)
136+
"pp1000t_generated": 15_000, # $15.00 / 1M tokens (2025 feb)
137137
"filter_caps": ["chat", "tools", "completion"],
138138
},
139139

refact-server/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class PyPackage:
3535
"refact_webgui": PyPackage(
3636
requires=["aiohttp", "aiofiles", "cryptography", "fastapi>=0.111.0", "giturlparse", "pydantic>=2",
3737
"starlette==0.37.2", "uvicorn", "uvloop", "termcolor", "python-multipart", "more_itertools",
38-
"scyllapy==1.3.0", "pandas>=2.0.3", "litellm>=1.55.3"],
38+
"scyllapy==1.3.0", "pandas>=2.0.3", "litellm>=1.61.15"],
3939
requires_packages=["refact_known_models", "refact_utils"],
4040
data=["webgui/static/*", "webgui/static/components/modals/*",
4141
"webgui/static/dashboards/*", "webgui/static/assets/*", "webgui/static/utils/*",

0 commit comments

Comments
 (0)