From 2ad668f3b7b909f6d12cce410dc0813eb069a3de Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Sun, 17 Mar 2024 02:08:47 -0400 Subject: [PATCH] Change title --- docs/tutorial/openai.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tutorial/openai.md b/docs/tutorial/openai.md index 957bb9f..2a06618 100644 --- a/docs/tutorial/openai.md +++ b/docs/tutorial/openai.md @@ -1,9 +1,9 @@ --- sidebar_position: 2 -title: "OpenAI API" +title: "OpenAI API Endpoints" --- -# OpenAI Connections +# OpenAI API Endpoints In this tutorial, we will demonstrate how to configure multiple OpenAI (or compatible) API endpoints using environment variables. This setup allows you to easily switch between different API providers or use multiple providers simultaneously, while keeping your configuration between container updates, rebuilds or redeployments.