From 888664a1e2ce891134a603e5d4384a92c3f455e9 Mon Sep 17 00:00:00 2001 From: xuyuan23 <643854343@qq.com> Date: Fri, 28 Jul 2023 13:57:46 +0800 Subject: [PATCH] docs: modify llms.md, add method to get bard token. add method to get bard token. --- docs/modules/llms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/llms.md b/docs/modules/llms.md index 2f5e9281e..9bc1f2600 100644 --- a/docs/modules/llms.md +++ b/docs/modules/llms.md @@ -128,7 +128,7 @@ 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. +- 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 MODEL_SERVER=127.0.0.1:8000