mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-10 22:41:41 +00:00
TestAzureOpenAIO3Mini
This commit is contained in:
parent
747ae49848
commit
44d0cfc648
1 changed files with 3 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue