From 05af2865a8fa806dd51b34fb4ab0cd06240e80a9 Mon Sep 17 00:00:00 2001 From: Arun Chandrasekhar <14188700+achandmsft@users.noreply.github.com> Date: Tue, 21 Jan 2025 13:59:57 -0800 Subject: [PATCH] Minor text change: Update readme to say beta instead of alpha Readme currently says this library is in alpha while beta was announced in December in the official OpenAI guidance https://platform.openai.com/docs/libraries#official-rest-api-libraries --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 523828c..4aed2c7 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ Go Reference > [!WARNING] -> **This release is currently in alpha**. Minor breaking changes may occur. +> **This release is currently in beta**. Minor breaking changes may occur. The OpenAI Go library provides convenient access to [the OpenAI REST API](https://platform.openai.com/docs) from applications written in Go. The full API of this library can be found in [api.md](api.md).