fix: fix linting errors

This commit is contained in:
Krrish Dholakia 2024-08-27 12:14:23 -07:00
parent 415abc86c6
commit 18731cf42b
4 changed files with 16 additions and 12 deletions

View file

@ -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: