mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-26 03:04:13 +00:00
(feat) Embedding: Async Azure
This commit is contained in:
parent
53554bae85
commit
c05da0797b
3 changed files with 45 additions and 3 deletions
|
@ -1801,7 +1801,8 @@ def embedding(
|
|||
timeout=timeout,
|
||||
model_response=EmbeddingResponse(),
|
||||
optional_params=optional_params,
|
||||
client=client
|
||||
client=client,
|
||||
aembedding=aembedding
|
||||
)
|
||||
elif model in litellm.open_ai_embedding_models or custom_llm_provider == "openai":
|
||||
api_base = (
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue