Skip to content

Commit 3e4207f

Browse files
Merge pull request #257617 from mrbullwinkle/mrb_11_6_2023_dalle_update
[Azure OpenAI] DALL-E Note
2 parents 8a4ac39 + baf6cc2 commit 3e4207f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/ai-services/openai/includes/dall-e-python.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ services: cognitive-services
66
manager: nitinme
77
ms.service: azure-ai-openai
88
ms.topic: include
9-
ms.date: 08/08/2023
9+
ms.date: 11/06/2023
1010
keywords:
1111
---
1212

@@ -51,7 +51,10 @@ Open a command prompt and browse to your project folder. Create a new python fil
5151

5252
## Install the Python SDK
5353

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:
5558

5659
```bash
5760
pip install openai==0.28.1

0 commit comments

Comments
 (0)