Skip to content

Commit 96225bd

Browse files
Add note to readme about new beta (openai#634)
* Add note to readme about new beeta * Update README.md Co-authored-by: Logan Kilpatrick <[email protected]> * Update README.md * Update README.md --------- Co-authored-by: Logan Kilpatrick <[email protected]>
1 parent 5453a19 commit 96225bd

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

README.md

+13
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@ with a wide range of versions of the OpenAI API.
88

99
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/).
1010

11+
## Beta Release
12+
13+
> [!IMPORTANT]
14+
> We're is preparing to release version 1.0 of the OpenAI Python library.
15+
16+
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:
17+
18+
```sh
19+
pip install --pre openai
20+
```
21+
And follow along with the [beta release notes](https://github.com/openai/openai-python/discussions/631).
22+
23+
1124
## Installation
1225

1326
To start, ensure you have Python 3.7.1 or newer. If you just

0 commit comments

Comments
 (0)