Skip to content

Commit f0002a1

Browse files
authored
Merge pull request #2009 from MicrosoftDocs/main
12/16/2024 AM Publish
2 parents 071f4ac + b13e75b commit f0002a1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-services/openai/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ items:
322322
- name: Java
323323
href: /java/api/com.azure.ai.openai?view=azure-java-preview&preserve-view=true
324324
- name: JavaScript
325-
href: /javascript/api/@azure/openai/?view=azure-node-preview&preserve-view=true
325+
href: /azure/ai-services/openai/supported-languages?tabs=dotnet-secure%2Csecure%2Cpython-secure%2Ccommand&pivots=programming-language-javascript
326326
- name: .NET
327327
href: /dotnet/api/azure.ai.openai?view=azure-dotnet-preview&preserve-view=true
328328
- name: REST API (fine-tuning)

articles/ai-services/speech-service/speech-services-quotas-and-limits.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can use real-time speech to text with the [Speech SDK](speech-sdk.md) or the
5050
|-----|-----|-----|
5151
| Maximum audio input file size | N/A | 200 MB |
5252
| Maximum audio length | N/A | 120 minutes per file |
53-
| Maximum requests per minute | N/A | 300 |
53+
| Maximum requests per minute | N/A | 600 |
5454

5555
#### Batch transcription
5656

articles/machine-learning/how-to-manage-models-mlflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ model = mlflow.pyfunc.load_model(f"models:/{model_name}/Staging")
201201
Editing registered models is supported in both MLflow and Azure Machine Learning, but there are some important differences. The following sections describe some options.
202202

203203
> [!NOTE]
204-
> Renaming models isn't supported in Azure Machine Learning because model objects are immmutable.
204+
> Renaming models isn't supported in Azure Machine Learning because model objects are immutable.
205205
206206
### Edit model description and tags
207207

0 commit comments

Comments
 (0)