From 6d21709610a97bd7c8575744998d0cc800e89f0c Mon Sep 17 00:00:00 2001 From: Robert Craigie Date: Mon, 6 Nov 2023 16:31:09 +0000 Subject: [PATCH] docs(readme): remove mention of beta version (#678) --- README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/README.md b/README.md index a27375d598..821ecf1ecf 100644 --- a/README.md +++ b/README.md @@ -12,23 +12,10 @@ It is generated from our [OpenAPI specification](https://github.com/openai/opena The API documentation can be found [here](https://platform.openai.com/docs). -## Beta Release - -> [!IMPORTANT] -> We're 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 ```sh -pip install --pre openai +pip install openai ``` ## Usage