From 12162ecc43ca8f1e5bbc6cf8b35d3dfd800dc1a4 Mon Sep 17 00:00:00 2001 From: xuyuan23 <643854343@qq.com> Date: Fri, 28 Jul 2023 12:01:24 +0800 Subject: [PATCH] docs: bard proxy usage 1.bard proxy usage. 2.quick deploy DBGPT by aliyun images. --- README.zh.md | 2 ++ docs/modules/llms.md | 8 ++++++++ 2 files changed, 10 insertions(+) diff --git a/README.zh.md b/README.zh.md index c2b0b8b29..e46015878 100644 --- a/README.zh.md +++ b/README.zh.md @@ -136,6 +136,8 @@ DB-GPT基于 [FastChat](https://github.com/lm-sys/FastChat) 构建大模型运 ## Image 🌐 [AutoDL镜像](https://www.codewithgpu.com/i/csunny/DB-GPT/dbgpt-0.3.1-v2) +🌐 [阿里云镜像](https://www.zhihu.com/pin/1668226536363728896?utm_psn=1668228728445579265) + ## 安装 [快速开始](https://db-gpt.readthedocs.io/projects/db-gpt-docs-zh-cn/zh_CN/latest/getting_started/getting_started.html) diff --git a/docs/modules/llms.md b/docs/modules/llms.md index a4baf1807..2f5e9281e 100644 --- a/docs/modules/llms.md +++ b/docs/modules/llms.md @@ -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} +``` \ No newline at end of file