From a91a7e1c620c4186370ed5c97902542b58041c3e Mon Sep 17 00:00:00 2001 From: xuyuan23 <643854343@qq.com> Date: Thu, 15 Jun 2023 17:15:27 +0800 Subject: [PATCH] Fix the document by changing 'LLM_MODEL=proxy_llm' to 'LLM_MODEL=proxyllm'. --- docs/modules/llms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/llms.md b/docs/modules/llms.md index 69d52b363..99e303de7 100644 --- a/docs/modules/llms.md +++ b/docs/modules/llms.md @@ -107,7 +107,7 @@ class ChatGLMChatAdapter(BaseChatAdpter): - If your environment deploying DB-GPT has access to OpenAI, then modify the .env configuration file as below will work. ``` -LLM_MODEL=proxy_llm +LLM_MODEL=proxyllm MODEL_SERVER=127.0.0.1:8000 PROXY_API_KEY=sk-xxx PROXY_SERVER_URL=https://api.openai.com/v1/chat/completions