From 817fc5d4b3448417c12e2e8ed78375b41314e873 Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 2 Sep 2024 20:11:31 +0100 Subject: [PATCH] fix: little nextra edit --- docs/pages/Guides/How-to-use-different-LLM.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/pages/Guides/How-to-use-different-LLM.mdx b/docs/pages/Guides/How-to-use-different-LLM.mdx index 274660be..7df77742 100644 --- a/docs/pages/Guides/How-to-use-different-LLM.mdx +++ b/docs/pages/Guides/How-to-use-different-LLM.mdx @@ -42,7 +42,6 @@ DocsGPT supports the use of OpenAI-compatible endpoints through base URL substit Set the OPENAI_BASE_URL in your environment. You can change .env file with OPENAI_BASE_URL with the desired base URL or docker-compose.yml file and add the environment variable to the backend container. -> [!Note] > Make sure you have the right API_KEY and correct LLM_NAME.