mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 10:44:24 +00:00
fix(huggingface_restapi.py): fix linting issue
This commit is contained in:
parent
aaa2a0dfb5
commit
b305492a0b
1 changed files with 1 additions and 1 deletions
|
@ -386,7 +386,7 @@ def embedding(
|
|||
}
|
||||
else:
|
||||
data = {
|
||||
"inputs": input
|
||||
"inputs": input # type: ignore
|
||||
}
|
||||
|
||||
## LOGGING
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue