Skip to content

Commit 64a24be

Browse files
Merge pull request #277238 from mrbullwinkle/mrb_06_04_2024_python_fix
[Azure OpenAI] Python fix
2 parents 70f3e8a + 643da67 commit 64a24be

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/ai-services/openai/includes/chatgpt-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pip install openai==0.28.1
4646
---
4747

4848
> [!NOTE]
49-
> This library is maintained by OpenAI and is currently in preview. Refer to the [release history](https://github.com/openai/openai-python/releases) or the [version.py commit history](https://github.com/openai/openai-python/commits/main/openai/version.py) to track the latest updates to the library.
49+
> This library is maintained by OpenAI. Refer to the [release history](https://github.com/openai/openai-python/releases) to track the latest updates to the library.
5050
5151
[!INCLUDE [get-key-endpoint](get-key-endpoint.md)]
5252

articles/ai-services/openai/includes/gpt-v-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ pip install openai
3535

3636

3737
> [!NOTE]
38-
> This library is maintained by OpenAI and is currently in preview. Refer to the [release history](https://github.com/openai/openai-python/releases) or the [version.py commit history](https://github.com/openai/openai-python/commits/main/openai/version.py) to track the latest updates to the library.
38+
> This library is maintained by OpenAI. Refer to the [release history](https://github.com/openai/openai-python/releases) to track the latest updates to the library.
3939
4040
[!INCLUDE [get-key-endpoint](get-key-endpoint.md)]
4141

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ pip install openai==0.28.1
4545
---
4646

4747
> [!NOTE]
48-
> This library is maintained by OpenAI and is currently in preview. Refer to the [release history](https://github.com/openai/openai-python/releases) or the [version.py commit history](https://github.com/openai/openai-python/commits/main/openai/version.py) to track the latest updates to the library.
48+
> This library is maintained by OpenAI. Refer to the [release history](https://github.com/openai/openai-python/releases) to track the latest updates to the library.
4949
5050
## Retrieve key and endpoint
5151

0 commit comments

Comments
 (0)