mirror of
https://github.com/microsoft/autogen.git
synced 2026-04-20 03:02:16 -04:00
Update OAI_CONFIG_LIST_sample (#734)
This commit is contained in:
committed by
GitHub
parent
d22664f7e7
commit
f6498dc395
@@ -5,14 +5,14 @@
|
||||
"api_key": "<your OpenAI API key here>"
|
||||
},
|
||||
{
|
||||
"model": "gpt-4",
|
||||
"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": "2023-07-01-preview"
|
||||
},
|
||||
{
|
||||
"model": "gpt-3.5-turbo",
|
||||
"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",
|
||||
|
||||
Reference in New Issue
Block a user