mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-25 01:02:15 +00:00
test(e2e): use deployed Azure model
This commit is contained in:
parent
830f23a48e
commit
51f0620439
2 changed files with 2 additions and 2 deletions
|
|
@ -46,7 +46,7 @@ pytestmark = pytest.mark.e2e
|
|||
COHERE_BACKEND = "cohere/command-r-08-2024"
|
||||
GEMINI_BACKEND = "gemini/gemini-2.5-flash"
|
||||
VERTEX_BACKEND: Final = "vertex_ai/gemini-2.5-flash"
|
||||
AZURE_OPENAI_BACKEND: Final = "azure/gpt-5.6-sol"
|
||||
AZURE_OPENAI_BACKEND: Final = "azure/gpt-5.4-nano"
|
||||
AZURE_OPENAI_API_VERSION: Final = "v1"
|
||||
AZURE_FOUNDRY_BACKEND: Final = "azure_ai/claude-haiku-4-5"
|
||||
OPENAI_BACKEND = "openai/gpt-5.6"
|
||||
|
|
|
|||
|
|
@ -40,7 +40,7 @@ class _OptionalResponsesBody(BaseModel):
|
|||
|
||||
BEDROCK_CONVERSE_BACKEND = "bedrock/us.anthropic.claude-haiku-4-5-20251001-v1:0"
|
||||
VERTEX_BACKEND: Final = "vertex_ai/gemini-2.5-flash"
|
||||
AZURE_OPENAI_BACKEND: Final = "azure/gpt-5.6-sol"
|
||||
AZURE_OPENAI_BACKEND: Final = "azure/gpt-5.4-nano"
|
||||
AZURE_OPENAI_API_VERSION: Final = "v1"
|
||||
|
||||
WEATHER_TOOL = ResponsesFunctionTool(
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue