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/dall-e-python.md
+5-2Lines changed: 5 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ services: cognitive-services
6
6
manager: nitinme
7
7
ms.service: azure-ai-openai
8
8
ms.topic: include
9
-
ms.date: 08/08/2023
9
+
ms.date: 11/06/2023
10
10
keywords:
11
11
---
12
12
@@ -51,7 +51,10 @@ Open a command prompt and browse to your project folder. Create a new python fil
51
51
52
52
## Install the Python SDK
53
53
54
-
Install the OpenAI Python SDK by using the following command:
54
+
> [!IMPORTANT]
55
+
> The latest release of the [OpenAI Python library](https://pypi.org/project/openai/) does not currently support DALL-E when used with Azure OpenAI. To access DALL-E with Azure OpenAI use version `0.28.1`.
56
+
57
+
Install the OpenAI Python SDK by using the following command:
0 commit comments