Skip to content

Commit cfa57a2

Browse files
RobertCraigiemegamanics
authored andcommitted
docs(readme): remove mention of beta version (openai#678)
1 parent 89c79e6 commit cfa57a2

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

README.md

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -12,23 +12,10 @@ It is generated from our [OpenAPI specification](https://github.com/openai/opena
1212

1313
The API documentation can be found [here](https://platform.openai.com/docs).
1414

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

3017
```sh
31-
pip install --pre openai
18+
pip install openai
3219
```
3320

3421
## Usage

0 commit comments

Comments
 (0)