We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab6b475 commit aac2f54Copy full SHA for aac2f54
pyproject.toml
@@ -39,7 +39,7 @@ dependencies = [
39
40
[project.optional-dependencies]
41
litellm = [
42
- "litellm == 1.24.5"
+ "litellm == 1.42.5"
43
]
44
test = [
45
"pytest >= 7.2.2, < 8.0.0",
sgpt/handlers/handler.py
@@ -23,6 +23,7 @@
23
24
completion = litellm.completion
25
litellm.suppress_debug_info = True
26
+ additional_kwargs.pop("api_key")
27
else:
28
from openai import OpenAI
29
0 commit comments