mirror of
https://github.com/BerriAI/litellm.git
synced 2025-04-25 02:34:29 +00:00
test azure o series
This commit is contained in:
parent
83e4c34e0a
commit
d4a20d4fb8
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ class TestAzureOpenAIO1(BaseOSeriesModelsTest, BaseLLMChatTest):
|
||||||
"model": "azure/o1",
|
"model": "azure/o1",
|
||||||
"api_key": os.getenv("AZURE_OPENAI_O1_KEY"),
|
"api_key": os.getenv("AZURE_OPENAI_O1_KEY"),
|
||||||
"api_base": "https://openai-prod-test.openai.azure.com",
|
"api_base": "https://openai-prod-test.openai.azure.com",
|
||||||
|
"api_version": "2024-12-01-preview"
|
||||||
}
|
}
|
||||||
|
|
||||||
def get_client(self):
|
def get_client(self):
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue