Commit 448ac7d0

Stainless Bot <107565488+stainless-bot@users.noreply.github.com>
2023-11-10 04:23:35
docs(readme): link to migration guide (#761)
1 parent 1455a7c
Changed files (1)
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
 ```