docs: modify llms.md, add method to get bard token.

add method to get bard token.
This commit is contained in:
xuyuan23 2023-07-28 13:57:46 +08:00
parent 12162ecc43
commit 888664a1e2

View File

@ -128,7 +128,7 @@ PROXY_SERVER_URL={your-openai-proxy-server/v1/chat/completions}
``` ```
### 2. Bard Proxy ### 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. - If your environment deploying DB-GPT has access to https://bard.google.com/ (F12-> application-> __Secure-1PSID), then modify the .env configuration file as below will work.
``` ```
LLM_MODEL=bard_proxyllm LLM_MODEL=bard_proxyllm
MODEL_SERVER=127.0.0.1:8000 MODEL_SERVER=127.0.0.1:8000