https://github.com/jiauzhang/chatchat
Large Language Models Python API
https://github.com/jiauzhang/chatchat
chatglm deepseek ernie hunyuan llm python-api qwen zhipuai
Last synced: 6 months ago
JSON representation
Large Language Models Python API
- Host: GitHub
- URL: https://github.com/jiauzhang/chatchat
- Owner: JiauZhang
- License: gpl-2.0
- Created: 2023-09-03T07:56:40.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2025-02-12T10:56:38.000Z (8 months ago)
- Last Synced: 2025-02-26T09:17:28.538Z (8 months ago)
- Topics: chatglm, deepseek, ernie, hunyuan, llm, python-api, qwen, zhipuai
- Language: Python
- Homepage:
- Size: 48.8 KB
- Stars: 6
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
### Large Language Models Python API
- ✅ 百度文心一言/ERNIE
- ✅ 阿里通义千问/QWen
- ✅ 讯飞星火大模型/Spark
- ✅ 腾讯混元大模型/Hunyuan
- ✅ DeepSeek
- ✅ 智谱/ChatGLM### Install
```shell
pip install chatchat
```### Usage
```shell
# set YOUR secret keys
# tencent
chatchat config tencent.secret_id=YOUR_SECRET_ID
chatchat config tencent.secret_key=YOUR_SECRET_KEY
# baidu
chatchat config baidu.api_key=YOUR_API_KEY
chatchat config baidu.secret_key=YOUR_SECRET_KEY
# list info of all supported platform
chatchat config --list
```
> Refer to [\[examples\]](./examples)### Sponsor
公众号
![]()
AliPay
WeChatPay
![]()
![]()