mirror of
https://github.com/zhayujie/bot-on-anything.git
synced 2026-01-19 09:41:07 +08:00
init: add wechat and wechat_mp channel
This commit is contained in:
62
README.md
Normal file
62
README.md
Normal file
@@ -0,0 +1,62 @@
|
||||
# 简介
|
||||
|
||||
将 **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.公众号
|
||||
|
||||
|
||||
|
||||
|
||||
## 四、运行
|
||||
|
||||
Reference in New Issue
Block a user