|
|
@@ -9,21 +9,13 @@ |
|
|
|
### 已经支持 |
|
|
|
|
|
|
|
1. - [x] 自动添加好友; |
|
|
|
|
|
|
|
2. - [x] 自动拉入对应群聊; |
|
|
|
|
|
|
|
3. - [x] 拉入群聊后@指定对象欢迎; |
|
|
|
|
|
|
|
4. - [x] 接入[Pangu](https://git.openi.org.cn/PCL-Platform.Intelligence/pcl_pangu)SaaS完成日常对话(因盘古SaaS服务暂停改用源1.0替代); |
|
|
|
|
|
|
|
4. - [x] 接入[鹏程·盘古Pangu](https://git.openi.org.cn/PCL-Platform.Intelligence/pcl_pangu)、[浪潮源Yuan1.0]()、[元语智能ChatYuan]()等多个语言模型的MaaS; |
|
|
|
5. - [x] 接入[ERNIE-VILG](https://wenxin.baidu.com/moduleApi/ernieVilg) 完成图文生成; |
|
|
|
|
|
|
|
6. - [x] 接入RocketQA完成平台常规使用问题的自动问答; |
|
|
|
|
|
|
|
7. - [x] 群转发; |
|
|
|
|
|
|
|
8. - [x] chatgpt; |
|
|
|
|
|
|
|
### 部署方式 |
|
|
|
|
|
|
|
1. 安装指定[PC端](https://git.openi.org.cn/attachments/3bf60134-9d9d-437a-acf4-bfcc50521997?type=0); |
|
|
@@ -37,24 +29,16 @@ |
|
|
|
5. 启动搜索引擎: `python3 ./wechatbot/rocketqa_service.py zh ./wechatbot/qadata.txt ./wechatbot/qadata` |
|
|
|
6. 运行main.py文件. |
|
|
|
|
|
|
|
### chatgpt简洁部署版 |
|
|
|
|
|
|
|
【前提】: 有一个OpenAI的账号: |
|
|
|
1. 安装指定[PC端](https://git.openi.org.cn/attachments/3bf60134-9d9d-437a-acf4-bfcc50521997?type=0); |
|
|
|
2. 下载本仓库代码:`git clone https://openi.pcl.ac.cn/Learning-Develop-Union/Wechat_bot.git` |
|
|
|
3. 安装相关依赖包: `pip install -r requirements-chatgpt.txt`; |
|
|
|
4. 申请一个key:https://platform.openai.com/account/api-keys, 并替换`main-chatgpt.py`内的`openai_key`的值; |
|
|
|
5. 运行:`python main-chatgpt.py` |
|
|
|
|
|
|
|
### 特别感谢 |
|
|
|
|
|
|
|
1. [pcl_pangu](https://git.openi.org.cn/PCL-Platform.Intelligence/pcl_pangu)提供SaaS服务; |
|
|
|
1. [pcl_pangu](https://git.openi.org.cn/PCL-Platform.Intelligence/pcl_pangu)提供MaaS服务; |
|
|
|
2. [ERNIE](https://wenxin.baidu.com/)提供相关图文生成接口等服务; |
|
|
|
3. [Yuan-1.0](https://air.inspur.com/home)提供相关问答服务; |
|
|
|
4. [ChatYuan]()提供类ChatGPT的问答服务 |
|
|
|
|
|
|
|
### 扫码体验 |
|
|
|
|
|
|
|
 |
|
|
|
 |
|
|
|
|
|
|
|
【**注意**】: |
|
|
|
* 请勿将私密信息发送至**欧小鹏**. |
|
|
|