Skip to content

Commit

Permalink
change specified api-version (microsoft#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
olaoluwasalami authored Jun 18, 2024
1 parent 8dd3a8a commit a0eb557
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 @@ -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>"
}
]

0 comments on commit a0eb557

Please sign in to comment.