test: update test apis
This commit is contained in:
parent
564ad3195b
commit
bee1607248
@ -198,8 +198,8 @@ def _azure_ai_image_mock_response(*args, **kwargs):
|
||||
[
|
||||
(
|
||||
"azure_ai/Cohere-embed-v3-multilingual-2",
|
||||
os.getenv("AZURE_AI_COHERE_API_BASE"),
|
||||
os.getenv("AZURE_AI_COHERE_API_KEY"),
|
||||
os.getenv("AZURE_AI_API_BASE"),
|
||||
os.getenv("AZURE_AI_API_KEY"),
|
||||
)
|
||||
],
|
||||
)
|
||||
|
||||
@ -17,10 +17,10 @@ async def test_basic_search_vector_store(sync_mode):
|
||||
"vector_store_id": "my-vector-index",
|
||||
"custom_llm_provider": "azure_ai",
|
||||
"azure_search_service_name": "azure-kb-search",
|
||||
"litellm_embedding_model": "azure/text-embedding-3-large",
|
||||
"litellm_embedding_model": "azure_ai/text-embedding-3-large",
|
||||
"litellm_embedding_config": {
|
||||
"api_base": os.getenv("AZURE_AI_SEARCH_EMBEDDING_API_BASE"),
|
||||
"api_key": os.getenv("AZURE_AI_SEARCH_EMBEDDING_API_KEY"),
|
||||
"api_base": os.getenv("AZURE_AI_API_BASE"),
|
||||
"api_key": os.getenv("AZURE_AI_API_KEY"),
|
||||
},
|
||||
"api_key": os.getenv("AZURE_SEARCH_API_KEY"),
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user