Skip to content

Commit

Permalink
Update OAI_CONFIG_LIST_sample (microsoft#734)
Browse files Browse the repository at this point in the history
  • Loading branch information
Markusdreyer authored Nov 21, 2023
1 parent d22664f commit f6498dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OAI_CONFIG_LIST_sample
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit f6498dc

Please sign in to comment.