Merge branch 'main' into litellm_ci_cd_linting_fixes_09_29_2025_p2

This commit is contained in:
Krish Dholakia
2025-09-27 14:15:27 -07:00
committed by GitHub
13 changed files with 239 additions and 42 deletions
@@ -774,7 +774,7 @@ async def test_async_embedding_openai():
customHandler_failure = CompletionCustomHandler()
litellm.callbacks = [customHandler_success]
response = await litellm.aembedding(
model="azure/text-embedding-ada-002",
model="text-embedding-ada-002",
input=["good morning from litellm"],
)
await asyncio.sleep(1)