From 6bb4a8f4a521b8faa63d4464e684c1b49a824bd1 Mon Sep 17 00:00:00 2001 From: Stainless Bot Date: Thu, 9 Nov 2023 20:23:31 +0000 Subject: [PATCH] docs(readme): link to migration guide --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 11a1236b5a..1e8bf6ecec 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,9 @@ 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. + ```sh pip install openai ```