autogen/OAI_CONFIG_LIST_sample

22 lines
712 B
Plaintext
Raw Normal View History

// Please modify the content, remove this comment and rename this file to OAI_CONFIG_LIST to run the sample code.
[
{
"model": "gpt-4",
"api_key": "<your OpenAI API key here>"
},
{
2023-11-21 19:08:54 +01:00
"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"
},
{
2023-11-21 19:08:54 +01:00
"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"
}
]