Skip to content

Commit

Permalink
change specified api-version (#2955)
Browse files Browse the repository at this point in the history
  • Loading branch information
olaoluwasalami authored and victordibia committed Jul 30, 2024
1 parent d44edb6 commit cca9806
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 cca9806

Please sign in to comment.