Skip to content

Commit f19ef8e

Browse files
committed
update
1 parent d551613 commit f19ef8e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

articles/ai-services/openai/includes/language-overview/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Unlike the Azure OpenAI client libraries for Python and JavaScript, the Azure Op
1717

1818
Current Azure OpenAI API version target: `2024-10-01-preview`
1919

20-
This is definied in the [**custom_client.go**](https://github.com/Azure/azure-sdk-for-go/blob/9ebef43f64796118ae206a42821d9f541a231daa/sdk/ai/azopenai/custom_client.go#L37) file.
20+
This is defined in the [**custom_client.go**](https://github.com/Azure/azure-sdk-for-go/blob/9ebef43f64796118ae206a42821d9f541a231daa/sdk/ai/azopenai/custom_client.go#L37) file.
2121

2222
## Installation
2323

articles/ai-services/openai/includes/language-overview/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ The following errors are automatically retired twice by default with a brief exp
140140
- Connection Errors
141141
- 408 Request Timeout
142142
- 429 Rate Limit
143-
- >=500 Internal Errors
143+
- `>=`500 Internal Errors
144144

145145
Use `maxRetries` to set/disable the retry behavior:
146146

articles/ai-services/openai/includes/language-overview/python.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Azure OpenAI Pythoin support
2+
title: Azure OpenAI Python support
33
titleSuffix: Azure OpenAI Service
44
description: Azure OpenAI Python support
55
manager: nitinme
@@ -630,7 +630,7 @@ The following errors are automatically retired twice by default with a brief exp
630630
- Connection Errors
631631
- 408 Request Timeout
632632
- 429 Rate Limit
633-
- >=500 Internal Errors
633+
- `>=`500 Internal Errors
634634

635635
Use `max_retries` to set/disable the retry behavior:
636636

0 commit comments

Comments
 (0)