File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
articles/ai-services/openai/includes Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ Your app's _package.json_ file will be updated with the dependencies.
124
124
125
125
// Required Azure OpenAI deployment name and API version
126
126
const deploymentName = " tts" ;
127
- const apiVersion = " 2024-07 -01-preview" ;
127
+ const apiVersion = " 2024-08 -01-preview" ;
128
128
129
129
function getClient () {
130
130
return new AzureOpenAI ({
@@ -190,7 +190,7 @@ Your app's _package.json_ file will be updated with the dependencies.
190
190
191
191
// Required Azure OpenAI deployment name and API version
192
192
const deploymentName = "tts";
193
- const apiVersion = "2024-07 -01-preview";
193
+ const apiVersion = "2024-08 -01-preview";
194
194
195
195
function getClient(): AzureOpenAI {
196
196
return new AzureOpenAI({
Original file line number Diff line number Diff line change @@ -129,7 +129,7 @@ Your app's _package.json_ file will be updated with the dependencies.
129
129
const apiKey = process .env [" AZURE_OPENAI_API_KEY" ] || " <api key>" ;
130
130
131
131
// Required Azure OpenAI deployment name and API version
132
- const apiVersion = " 2024-07 -01-preview" ;
132
+ const apiVersion = " 2024-08 -01-preview" ;
133
133
const deploymentName = " whisper" ;
134
134
135
135
function getClient () {
@@ -180,7 +180,7 @@ Your app's _package.json_ file will be updated with the dependencies.
180
180
const apiKey = process.env["AZURE_OPENAI_API_KEY"] || "<api key>";
181
181
182
182
// Required Azure OpenAI deployment name and API version
183
- const apiVersion = "2024-07 -01-preview";
183
+ const apiVersion = "2024-08 -01-preview";
184
184
const deploymentName = "whisper";
185
185
186
186
function getClient(): AzureOpenAI {
You can’t perform that action at this time.
0 commit comments