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