Commit 96225bdb

hallacy <1945079+hallacy@users.noreply.github.com>
2023-10-04 06:39:12
Add note to readme about new beta (#634)
* Add note to readme about new beeta * Update README.md Co-authored-by: Logan Kilpatrick <logan@openai.com> * Update README.md * Update README.md --------- Co-authored-by: Logan Kilpatrick <logan@openai.com>
1 parent 5453a19
Changed files (1)
README.md
@@ -8,6 +8,19 @@ with a wide range of versions of the OpenAI API.
 
 You can find usage examples for the OpenAI Python library in our [API reference](https://platform.openai.com/docs/api-reference?lang=python) and the [OpenAI Cookbook](https://github.com/openai/openai-cookbook/).
 
+## Beta Release
+
+> [!IMPORTANT]  
+> We're is preparing to release version 1.0 of the OpenAI Python library.
+
+This new version will be a major release and will include breaking changes. We're releasing this beta version to give you a chance to try out the new features and provide feedback before the official release. You can install the beta version with:
+
+```sh
+pip install --pre openai
+```
+And follow along with the [beta release notes](https://github.com/openai/openai-python/discussions/631).
+
+
 ## Installation
 
 To start, ensure you have Python 3.7.1 or newer. If you just