mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
fix: fix linting errors
This commit is contained in:
parent
415abc86c6
commit
18731cf42b
4 changed files with 16 additions and 12 deletions
|
@ -855,7 +855,7 @@ def _pre_call_utils(
|
|||
):
|
||||
if call_type == "embedding":
|
||||
data["input"] = "Hello world!"
|
||||
mapped_target = client.embeddings.with_raw_response
|
||||
mapped_target: Any = client.embeddings.with_raw_response
|
||||
if sync_mode:
|
||||
original_function = litellm.embedding
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue