mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 19:54:13 +00:00
fix(predibase.py): fix async completion call
This commit is contained in:
parent
a053b3b43e
commit
61fc042f9b
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ class PredibaseChatCompletion(BaseLLM):
|
||||||
model=model,
|
model=model,
|
||||||
messages=messages,
|
messages=messages,
|
||||||
data=data,
|
data=data,
|
||||||
api_base=api_base,
|
api_base=completion_url,
|
||||||
model_response=model_response,
|
model_response=model_response,
|
||||||
print_verbose=print_verbose,
|
print_verbose=print_verbose,
|
||||||
encoding=encoding,
|
encoding=encoding,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue