mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-27 11:43:54 +00:00
fix: fix linting issues
This commit is contained in:
parent
255cdb04bc
commit
2269f01c17
2 changed files with 67 additions and 40 deletions
|
@ -2322,7 +2322,7 @@ def embedding(
|
|||
api_base=api_base,
|
||||
logging_obj=logging,
|
||||
optional_params=optional_params,
|
||||
model_response= EmbeddingResponse()
|
||||
model_response=EmbeddingResponse(),
|
||||
)
|
||||
elif custom_llm_provider == "ollama":
|
||||
if aembedding == True:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue