mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 18:54:30 +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:
|
else:
|
||||||
data = {
|
data = {
|
||||||
"inputs": input
|
"inputs": input # type: ignore
|
||||||
}
|
}
|
||||||
|
|
||||||
## LOGGING
|
## LOGGING
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue