change specified api-version (#2955)

This commit is contained in:
Olaoluwa Ademola Salami 2024-06-18 06:37:38 +01:00 committed by GitHub
parent 8dd3a8a8f9
commit a0eb557dd7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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>"
}
]