From 3ea41bcede374c4e5c92d85108281637c3382e12 Mon Sep 17 00:00:00 2001 From: Stainless Bot <107565488+stainless-bot@users.noreply.github.com> Date: Thu, 16 Nov 2023 16:02:57 +0000 Subject: [PATCH] chore(internal): add publish script (#838) --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 94592bb2a6..82eeb57ccb 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ The API documentation can be found [here](https://platform.openai.com/docs). ## Installation > [!IMPORTANT] -> 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. +> 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. ```sh pip install openai @@ -459,10 +459,6 @@ class instead of the `OpenAI` class. > The Azure API shape differs from the core API shape which means that the static types for responses / params > won't always be correct. -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. - - - ```py from openai import AzureOpenAI