Fix the document by changing 'LLM_MODEL=proxy_llm' to 'LLM_MODEL=proxyllm'.

This commit is contained in:
xuyuan23 2023-06-15 17:15:27 +08:00
parent fba6efa8c1
commit c85f091c63

View File

@ -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