forked from phoenix/litellm-mirror
types completion()
This commit is contained in:
parent
9a82bfa4d2
commit
846aeea4f9
1 changed files with 1 additions and 1 deletions
|
@ -555,7 +555,7 @@ def completion(
|
||||||
model_response = huggingface_restapi.completion(
|
model_response = huggingface_restapi.completion(
|
||||||
model=model,
|
model=model,
|
||||||
messages=messages,
|
messages=messages,
|
||||||
api_base=api_base,
|
api_base=api_base, # type: ignore
|
||||||
model_response=model_response,
|
model_response=model_response,
|
||||||
print_verbose=print_verbose,
|
print_verbose=print_verbose,
|
||||||
optional_params=optional_params,
|
optional_params=optional_params,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue