We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985adb9 commit c4a537fCopy full SHA for c4a537f
src/services/apis/azure-openai-api.mjs
@@ -24,7 +24,7 @@ export async function generateAnswersWithAzureOpenaiApi(port, question, session)
24
await fetchSSE(
25
`${config.azureEndpoint.replace(/\/$/, '')}/openai/deployments/${
26
config.azureDeploymentName
27
- }/chat/completions?api-version=2023-03-15-preview`,
+ }/chat/completions?api-version=2023-05-15`,
28
{
29
method: 'POST',
30
signal: controller.signal,
0 commit comments