Skip to content

Commit 9cd6109

Browse files
committed
Drop unsupp. parms, bump version
1 parent a3e9807 commit 9cd6109

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llms_wrapper/llms.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -749,6 +749,7 @@ def query(
749749
response = litellm.completion(
750750
model=llm["llm"],
751751
messages=messages,
752+
drop_params=True,
752753
**completion_kwargs)
753754
if via_stream:
754755
# retrieve the response using streaming, return once we have everything

llms_wrapper/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
import importlib.metadata
2-
__version__ = "0.5.3"
2+
__version__ = "0.5.4"
33

0 commit comments

Comments
 (0)