mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-07-30 07:11:56 +00:00
docs(openai proxy): Fix the name of the OpenAI proxy model in the llms.md document.
This command modifies the LLM_MODEL variable in your code from "proxy_llm" to "proxyllm".
This commit is contained in:
parent
a91a7e1c62
commit
de9d8742fd
@ -115,7 +115,7 @@ PROXY_SERVER_URL=https://api.openai.com/v1/chat/completions
|
||||
|
||||
- If you can't access OpenAI locally but have an OpenAI proxy service, you can configure as follows.
|
||||
```
|
||||
LLM_MODEL=proxy_llm
|
||||
LLM_MODEL=proxyllm
|
||||
MODEL_SERVER=127.0.0.1:8000
|
||||
PROXY_API_KEY=sk-xxx
|
||||
PROXY_SERVER_URL={your-openai-proxy-server/v1/chat/completions}
|
||||
|
Loading…
Reference in New Issue
Block a user