forked from phoenix/litellm-mirror
fix(predibase.py): fix async completion call
This commit is contained in:
parent
425efc60f4
commit
491e177348
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