Fix LiteLLM kwargs (#817)
This commit is contained in:
committed by
GitHub
parent
a50c8a14b3
commit
21e22b9e96
@@ -61,7 +61,7 @@ class LiteLLM(BaseBackend):
|
||||
model=self.model_name,
|
||||
messages=messages,
|
||||
**self.client_params,
|
||||
**sampling_params.to_anthropic_kwargs(),
|
||||
**sampling_params.to_litellm_kwargs(),
|
||||
)
|
||||
comp = ret.choices[0].message.content
|
||||
|
||||
|
||||
Reference in New Issue
Block a user