mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
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=model,
|
||||
messages=messages,
|
||||
api_base=api_base,
|
||||
api_base=api_base, # type: ignore
|
||||
model_response=model_response,
|
||||
print_verbose=print_verbose,
|
||||
optional_params=optional_params,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue