Skip to content

Commit 406314a

Browse files
Merge pull request #272826 from trrwilson/patch-19
Azure OpenAI: add a temporary v2 support workaround for Python
2 parents 0ea69ce + 79b67a1 commit 406314a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,12 @@ ms.date: 02/01/2024
3030
Install the OpenAI Python client library with:
3131

3232
```console
33-
pip install openai
33+
pip install openai==v1.20.0
3434
```
3535

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+
3639
> [!NOTE]
3740
> 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.
3841

0 commit comments

Comments
 (0)