This commit is contained in:
Soulter
2023-09-01 15:12:18 +08:00
2 changed files with 3 additions and 2 deletions

View File

@@ -46,9 +46,9 @@
🌍机器人支持的能力一览:
- 同时部署机器人到QQ和QQ频道
- 大模型对话
- 大模型网页搜索能力
- 大模型网页搜索能力 **(目前仅支持OpenAI系的模型最新版本下使用web on指令打开)**
- 插件安装在QQ或QQ频道聊天框内输入`plugin`了解详情)
- 回复文字图片渲染以图片markdown格式回复降低被风控概率需手动在`cmd_config.json`内开启)
- 回复文字图片渲染以图片markdown格式回复**大幅度降低被风控概率**,需手动在`cmd_config.json`内开启qq_pic_mode
- 人格设置
- 关键词回复
- 热更新(更新本项目时**仅需**在QQ或QQ频道聊天框内输入`update latest r`

View File

@@ -9,3 +9,4 @@ chardet~=5.1.0
Pillow~=9.4.0
GitPython~=3.1.31
nakuru-project
beautifulsoup4