Skip to content

Commit

Permalink
Add note to readme about new beta (openai#634)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
hallacy and logankilpatrick authored Oct 3, 2023
1 parent 5453a19 commit 96225bd
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 96225bd

Please sign in to comment.