You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,19 @@ with a wide range of versions of the OpenAI API.
8
8
9
9
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/).
10
10
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
+
11
24
## Installation
12
25
13
26
To start, ensure you have Python 3.7.1 or newer. If you just
0 commit comments