From 3c2690f769e0bc368f4e293b1d3fa8a343a9f513 Mon Sep 17 00:00:00 2001
From: xuyuan23 <643854343@qq.com>
Date: Mon, 31 Jul 2023 19:10:03 +0800
Subject: [PATCH] docs: update bard-proxy project address.
update bard-proxy project address.
---
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 843893c67..474f7bb9a 100644
--- a/docs/modules/llms.md
+++ b/docs/modules/llms.md
@@ -136,7 +136,7 @@ BARD_PROXY_API_KEY={your-bard-key}
# PROXY_SERVER_URL={your-bard-proxy-server/v1/chat/completions}
```
-- If you want to use your own bard proxy server like Bard-Proxy, so that you can deploy DB-GPT on your PC easily.
+- If you want to use your own bard proxy server like Bard-Proxy, so that you can deploy DB-GPT on your PC easily.
```
LLM_MODEL=bard_proxyllm
MODEL_SERVER=127.0.0.1:8000