From f9ca1b87a21cb77e68d938028467f82c130404b9 Mon Sep 17 00:00:00 2001 From: Ryan McCormick Date: Fri, 11 Oct 2024 18:28:43 -0700 Subject: [PATCH] docs: Add beta note to OpenAI compatible API (#7695) --- python/openai/README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/python/openai/README.md b/python/openai/README.md index f6647da12a..2792be4e5b 100644 --- a/python/openai/README.md +++ b/python/openai/README.md @@ -25,7 +25,12 @@ # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. --> -# OpenAI-Compatible Frontend for Triton Inference Server +# OpenAI-Compatible Frontend for Triton Inference Server (Beta) + +> [!NOTE] +> The OpenAI-Compatible API is currently in BETA. Its features and functionality +> are subject to change as we collect feedback. We're excited to hear any thoughts +> you have and what features you'd like to see! ## Pre-requisites