docs: bard proxy usage

1.bard proxy usage.
2.quick deploy DBGPT by aliyun images.
This commit is contained in:
xuyuan23
2023-07-28 12:01:24 +08:00
parent ca50e87b8f
commit 12162ecc43
2 changed files with 10 additions and 0 deletions

View File

@@ -126,3 +126,11 @@ MODEL_SERVER=127.0.0.1:8000
PROXY_API_KEY=sk-xxx
PROXY_SERVER_URL={your-openai-proxy-server/v1/chat/completions}
```
### 2. Bard Proxy
- If your environment deploying DB-GPT has access to https://bard.google.com/, then modify the .env configuration file as below will work.
```
LLM_MODEL=bard_proxyllm
MODEL_SERVER=127.0.0.1:8000
BARD_PROXY_API_KEY={your-bard-key}
```