mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-18 08:25:10 +00:00
Merge branch 'main' into litellm_ci_cd_linting_fixes_09_29_2025_p2
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user