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/ai-services/openai/includes/assistants-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
@@ -30,9 +30,12 @@ ms.date: 02/01/2024
30
30
Install the OpenAI Python client library with:
31
31
32
32
```console
33
-
pip install openai
33
+
pip install openai==v1.20.0
34
34
```
35
35
36
+
> [!NOTE]
37
+
> Azure OpenAI does not yet support Assistants V2. Please use the v1.20.0 release of the OpenAI Python library until V2 support is available.
38
+
36
39
> [!NOTE]
37
40
> 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.
0 commit comments