mirror of
https://github.com/tiennm99/litellm.git
synced 2026-08-05 08:23:17 +00:00
TestAzureOpenAIO3Mini
This commit is contained in:
@@ -22,9 +22,9 @@ class TestAzureOpenAIO3Mini(BaseOSeriesModelsTest, BaseLLMChatTest):
|
||||
def get_base_completion_call_args(self):
|
||||
return {
|
||||
"model": "azure/o3-mini",
|
||||
"api_key": os.getenv("AZURE_API_KEY"),
|
||||
"api_base": os.getenv("AZURE_API_BASE"),
|
||||
"api_version": "2024-12-01-preview"
|
||||
"api_key": os.getenv("AZURE_O3_API_KEY"),
|
||||
"api_base": os.getenv("AZURE_O3_API_BASE"),
|
||||
"api_version": "2025-01-01-preview"
|
||||
}
|
||||
|
||||
def get_client(self):
|
||||
|
||||
Reference in New Issue
Block a user