Fix the document user case 'llms' (#227)

Fix the document by changing 'LLM_MODEL=proxy_llm' to
'LLM_MODEL=proxyllm
This commit is contained in:
magic.chen 2023-06-15 17:18:45 +08:00 committed by GitHub
commit 6c83dfc294

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