Files
bot-on-anything/README.md
2023-02-13 22:43:38 +08:00

63 lines
1.1 KiB
Markdown
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# 简介
**AI模型** 接入各类 **消息应用**,开发者通过轻量配置即可在二者之间选择一条连线,运行起一个智能对话机器人,在一个项目中轻松完成多条链路的切换。该架构扩展性强,每接入一个应用可复用已有的算法能力,同样每接入一个模型也可作用于所有应用之上。
**模型:**
- [x] ChatGPT
- ...
**应用:**
- [ ] 终端
- [ ] Web
- [x] 个人微信
- [x] 公众号
- [ ] 企业微信
- [ ] Telegram
- [ ] QQ
- [ ] 钉钉
- ...
# 快速开始
## 一、准备
### 1.运行环境
支持 Linux、MacOS、Windows 系统Linux服务器上可长期运行)。同时需安装 Python建议Python版本在 3.7.1~3.10 之间。
项目代码克隆:
```bash
git clone https://github.com/zhayujie/bot-on-anything
cd bot-on-anything/
```
> 或在 Realase 直接手动下载源码。
### 2.配置说明
核心配置文件为 `config.json`
## 二、选择模型
### 1.ChatGPT
## 三、选择应用
### 1.微信
### 2.公众号
## 四、运行