mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-01 08:11:45 +00:00
fix: add env template
This commit is contained in:
parent
559e48af12
commit
47e3185d57
@ -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}
|
||||
|
||||
|
||||
#*******************************************************************#
|
||||
|
@ -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
|
||||
|
||||
|
@ -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/)
|
||||
|
||||
- 支持数据源
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user