You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/cognitive-services/openai/includes/python.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ manager: nitinme
7
7
ms.service: cognitive-services
8
8
ms.subservice: openai
9
9
ms.topic: include
10
-
ms.date: 06/30/2022
10
+
ms.date: 11/02/2022
11
11
keywords:
12
12
---
13
13
@@ -31,6 +31,9 @@ keywords:
31
31
pip install openai
32
32
```
33
33
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
+
34
37
## Retrieve key and endpoint
35
38
36
39
To successfully make a call against the Azure OpenAI service, you'll need the following:
0 commit comments