mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +00:00
fix(main.py): fix linting error
This commit is contained in:
parent
250f28b3a2
commit
99dc7d2e97
1 changed files with 1 additions and 1 deletions
|
@ -3455,7 +3455,7 @@ def embedding(
|
|||
response = huggingface.embedding(
|
||||
model=model,
|
||||
input=input,
|
||||
encoding=encoding,
|
||||
encoding=encoding, # type: ignore
|
||||
api_key=api_key,
|
||||
api_base=api_base,
|
||||
logging_obj=logging,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue