mirror of
https://github.com/csunny/DB-GPT.git
synced 2025-08-07 11:23:40 +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
|
## Baidu wenxin
|
||||||
#WEN_XIN_MODEL_VERSION={version}
|
#WEN_XIN_MODEL_VERSION={version}
|
||||||
#WEN_XIN_API_KEY={}
|
#WEN_XIN_API_KEY={your-wenxin-sk}
|
||||||
#WEN_XIN_SECRET_KEY={}
|
#WEN_XIN_SECRET_KEY={your-wenxin-sct}
|
||||||
|
|
||||||
## Zhipu
|
## Zhipu
|
||||||
#ZHIPU_MODEL_VERSION={}
|
#ZHIPU_MODEL_VERSION={version}
|
||||||
#ZHIPU_PROXY_API_KEY={}
|
#ZHIPU_PROXY_API_KEY={your-zhipu-sk}
|
||||||
|
|
||||||
## Baichuan
|
## Baichuan
|
||||||
#BAICHUN_MODEL_NAME={}
|
#BAICHUN_MODEL_NAME={version}
|
||||||
#BAICHUAN_PROXY_API_KEY={}
|
#BAICHUAN_PROXY_API_KEY={your-baichuan-sk}
|
||||||
#BAICHUAN_PROXY_API_SECRET={}
|
#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)
|
- [VMware's OpenLLaMa OpenInstruct](https://huggingface.co/VMware/open-llama-7b-open-instruct)
|
||||||
|
|
||||||
- Support API Proxy LLMs
|
- Support API Proxy LLMs
|
||||||
- [x] ChatGPT
|
- [x] [ChatGPT](https://api.openai.com/)
|
||||||
- [x] Tongyi
|
- [x] [Tongyi](https://www.aliyun.com/product/dashscope)
|
||||||
- [x] Wenxin
|
- [x] [Wenxin](https://cloud.baidu.com/product/wenxinworkshop?track=dingbutonglan)
|
||||||
- [x] ChatGLM
|
- [x] [ChatGLM](http://open.bigmodel.cn/)
|
||||||
|
|
||||||
- Support Datasources
|
- Support Datasources
|
||||||
|
|
||||||
|
@ -156,11 +156,10 @@ DB-GPT 是一个开源的以数据库为基础的GPT实验项目,使用本地
|
|||||||
- [VMware's OpenLLaMa OpenInstruct](https://huggingface.co/VMware/open-llama-7b-open-instruct)
|
- [VMware's OpenLLaMa OpenInstruct](https://huggingface.co/VMware/open-llama-7b-open-instruct)
|
||||||
|
|
||||||
- 支持在线代理模型
|
- 支持在线代理模型
|
||||||
- [x] ChatGPT
|
- [x] [ChatGPT](https://api.openai.com/)
|
||||||
- [x] Tongyi
|
- [x] [Tongyi](https://www.aliyun.com/product/dashscope)
|
||||||
- [x] Wenxin
|
- [x] [Wenxin](https://cloud.baidu.com/product/wenxinworkshop?track=dingbutonglan)
|
||||||
- [x] ChatGLM
|
- [x] [ChatGLM](http://open.bigmodel.cn/)
|
||||||
|
|
||||||
|
|
||||||
- 支持数据源
|
- 支持数据源
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user