diff --git a/.env.template b/.env.template index 2ac7eb407..805f1c523 100644 --- a/.env.template +++ b/.env.template @@ -155,17 +155,17 @@ TONGYI_PROXY_API_KEY={your-tongyi-sk} ## Baidu wenxin #WEN_XIN_MODEL_VERSION={version} -#WEN_XIN_API_KEY={} -#WEN_XIN_SECRET_KEY={} +#WEN_XIN_API_KEY={your-wenxin-sk} +#WEN_XIN_SECRET_KEY={your-wenxin-sct} ## Zhipu -#ZHIPU_MODEL_VERSION={} -#ZHIPU_PROXY_API_KEY={} +#ZHIPU_MODEL_VERSION={version} +#ZHIPU_PROXY_API_KEY={your-zhipu-sk} ## Baichuan -#BAICHUN_MODEL_NAME={} -#BAICHUAN_PROXY_API_KEY={} -#BAICHUAN_PROXY_API_SECRET={} +#BAICHUN_MODEL_NAME={version} +#BAICHUAN_PROXY_API_KEY={your-baichuan-sk} +#BAICHUAN_PROXY_API_SECRET={your-baichuan-sct} #*******************************************************************# diff --git a/README.md b/README.md index ed8b4121d..2e0f6eaf5 100644 --- a/README.md +++ b/README.md @@ -130,10 +130,10 @@ Currently, we have released multiple key features, which are listed below to dem - [VMware's OpenLLaMa OpenInstruct](https://huggingface.co/VMware/open-llama-7b-open-instruct) - Support API Proxy LLMs - - [x] ChatGPT - - [x] Tongyi - - [x] Wenxin - - [x] ChatGLM + - [x] [ChatGPT](https://api.openai.com/) + - [x] [Tongyi](https://www.aliyun.com/product/dashscope) + - [x] [Wenxin](https://cloud.baidu.com/product/wenxinworkshop?track=dingbutonglan) + - [x] [ChatGLM](http://open.bigmodel.cn/) - Support Datasources diff --git a/README.zh.md b/README.zh.md index 1743e7cbb..3cfaa6ed5 100644 --- a/README.zh.md +++ b/README.zh.md @@ -156,11 +156,10 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地 - [VMware's OpenLLaMa OpenInstruct](https://huggingface.co/VMware/open-llama-7b-open-instruct) - 支持在线代理模型 - - [x] ChatGPT - - [x] Tongyi - - [x] Wenxin - - [x] ChatGLM - + - [x] [ChatGPT](https://api.openai.com/) + - [x] [Tongyi](https://www.aliyun.com/product/dashscope) + - [x] [Wenxin](https://cloud.baidu.com/product/wenxinworkshop?track=dingbutonglan) + - [x] [ChatGLM](http://open.bigmodel.cn/) - 支持数据源