Skip to content

Commit 6cf2519

Browse files
Merge pull request #216892 from mrbullwinkle/mrb_11_02_2022_openai_preview
[Cognitive Services] [Azure Open AI] Update to indicate library is currently in preview
2 parents d0d9fa7 + ef1af74 commit 6cf2519

File tree

1 file changed

+4
-1
lines changed
  • articles/cognitive-services/openai/includes

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ manager: nitinme
77
ms.service: cognitive-services
88
ms.subservice: openai
99
ms.topic: include
10-
ms.date: 06/30/2022
10+
ms.date: 11/02/2022
1111
keywords:
1212
---
1313

@@ -31,6 +31,9 @@ keywords:
3131
pip install openai
3232
```
3333

34+
> [!NOTE]
35+
> This library is maintained by OpenAI and is currently a preview release. Use the [version.py commit history](https://github.com/openai/openai-python/commits/main/openai/version.py) to track the latest updates to the library.
36+
3437
## Retrieve key and endpoint
3538

3639
To successfully make a call against the Azure OpenAI service, you'll need the following:

0 commit comments

Comments
 (0)