Skip to content

Commit 3ea41bc

Browse files
chore(internal): add publish script (#838)
1 parent 23d03a1 commit 3ea41bc

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

README.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The API documentation can be found [here](https://platform.openai.com/docs).
1515
## Installation
1616

1717
> [!IMPORTANT]
18-
> The SDK was rewritten in v1, which was released November 6th 2023. See the [v1 migration guide](https://github.com/openai/openai-python/discussions/742), which includes scripts to automatically update your code.
18+
> The SDK was rewritten in v1, which was released November 6th 2023. See the [v1 migration guide](https://github.com/openai/openai-python/discussions/742), which includes scripts to automatically update your code.
1919
2020
```sh
2121
pip install openai
@@ -459,10 +459,6 @@ class instead of the `OpenAI` class.
459459
> The Azure API shape differs from the core API shape which means that the static types for responses / params
460460
> won't always be correct.
461461
462-
The latest release of the OpenAI Python library doesn't currently support DALL-E when used with Azure OpenAI. DALL-E with Azure OpenAI is still supported with 0.28.1. For those who can't wait for native support for DALL-E and Azure OpenAI we're providing [two code examples](https://learn.microsoft.com/en-us/azure/ai-services/openai/how-to/migration?tabs=python%2Cdalle-fix#dall-e-fix) which can be used as a workaround.
463-
464-
465-
466462
```py
467463
from openai import AzureOpenAI
468464

0 commit comments

Comments
 (0)