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 a3e9807 commit 9cd6109Copy full SHA for 9cd6109
llms_wrapper/llms.py
@@ -749,6 +749,7 @@ def query(
749
response = litellm.completion(
750
model=llm["llm"],
751
messages=messages,
752
+ drop_params=True,
753
**completion_kwargs)
754
if via_stream:
755
# retrieve the response using streaming, return once we have everything
llms_wrapper/version.py
@@ -1,3 +1,3 @@
1
import importlib.metadata
2
-__version__ = "0.5.3"
+__version__ = "0.5.4"
3
0 commit comments