From aafa202399137441f2c7b2ca9e8f69b66cb7b8be Mon Sep 17 00:00:00 2001 From: Justin Hayes Date: Wed, 13 Mar 2024 10:02:41 -0400 Subject: [PATCH] Update openai.md --- docs/tutorial/openai.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/openai.md b/docs/tutorial/openai.md index 05178fd..4511bc4 100644 --- a/docs/tutorial/openai.md +++ b/docs/tutorial/openai.md @@ -36,7 +36,7 @@ services: - 'OPENAI_API_BASE_URLS=${OPENAI_API_BASE_URLS}' - 'OPENAI_API_KEYS=${OPENAI_API_KEYS}' ``` -You can edit the ${VARIABLES} directly, or optionally define the values of these variables in an `.env` file, which should be placed in the same directory as the `docker-compose.yaml` file: +You can edit the `${VARIABLES}` directly, or optionally define the values of these variables in an `.env` file, which should be placed in the same directory as the `docker-compose.yaml` file: ```ini OPENAI_API_BASE_URLS="https://api.openai.com/v1;https://api.mistral.ai/v1" OPENAI_API_KEYS=";"