mirror of
https://github.com/microsoft/autogen.git
synced 2026-05-13 03:00:55 -04:00
change specified api-version (#2955)
This commit is contained in:
committed by
GitHub
parent
8dd3a8a8f9
commit
a0eb557dd7
@@ -13,13 +13,13 @@
|
||||
"api_key": "<your Azure OpenAI API key here>",
|
||||
"base_url": "<your Azure OpenAI API base here>",
|
||||
"api_type": "azure",
|
||||
"api_version": "2024-02-01"
|
||||
"api_version": "<your Azure OpenAI API version here>"
|
||||
},
|
||||
{
|
||||
"model": "<your Azure OpenAI deployment name>",
|
||||
"api_key": "<your Azure OpenAI API key here>",
|
||||
"base_url": "<your Azure OpenAI API base here>",
|
||||
"api_type": "azure",
|
||||
"api_version": "2024-02-01"
|
||||
"api_version": "<your Azure OpenAI API version here>"
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user