File tree Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Expand file tree Collapse file tree 2 files changed +18
-2
lines changed Original file line number Diff line number Diff line change @@ -278,6 +278,20 @@ zerobot [-h] [-m] [-n nickname] [-t token] [-u url] [-g url] [-p prefix] [-d|w]
278
278
279
279
- 设置欢迎语可选添加参数说明:{at}可在发送时艾特被欢迎者 {nickname}是被欢迎者名字 {avatar}是被欢迎者头像 {uid}是被欢迎者QQ号 {gid}是当前群群号 {groupname} 是当前群群名
280
280
281
+ </details >
282
+ <details >
283
+ <summary >群应用:AI声聊</summary >
284
+
285
+ ` import _ "github.com/FloatTech/zbputils/airecord" `
286
+
287
+ - [x] 设置AI语音群号1048452984(tips:机器人任意所在群聊即可)
288
+
289
+ - [x] 设置AI语音模型
290
+
291
+ - [x] 查看AI语音配置
292
+
293
+ - [x] 发送AI语音xxx
294
+
281
295
</details >
282
296
<details >
283
297
<summary >定时指令触发器</summary >
@@ -1582,7 +1596,7 @@ print("run[CQ:image,file="+j["img"]+"]")
1582
1596
- [x] 设置AI聊天温度80
1583
1597
- [x] 设置AI聊天接口类型[ OpenAI|OLLaMA|GenAI]
1584
1598
- [x] 设置AI聊天(不)支持系统提示词
1585
- - [x] 设置AI聊天接口地址https://xxx
1599
+ - [x] 设置AI聊天接口地址https://api.deepseek.com/chat/completions
1586
1600
- [x] 设置AI聊天密钥xxx
1587
1601
- [x] 设置AI聊天模型名xxx
1588
1602
- [x] 查看AI聊天系统提示词
@@ -1592,6 +1606,8 @@ print("run[CQ:image,file="+j["img"]+"]")
1592
1606
- [x] 设置AI聊天(不)响应AT
1593
1607
- [x] 设置AI聊天最大长度4096
1594
1608
- [x] 设置AI聊天TopP 0.9
1609
+ - [x] 设置AI聊天(不)以AI语音输出
1610
+ - [x] 查看AI聊天配置
1595
1611
1596
1612
</details >
1597
1613
<details >
Original file line number Diff line number Diff line change 30
30
"- 设置AI聊天温度80\n " +
31
31
"- 设置AI聊天接口类型[OpenAI|OLLaMA|GenAI]\n " +
32
32
"- 设置AI聊天(不)支持系统提示词\n " +
33
- "- 设置AI聊天接口地址https://xxx \n " +
33
+ "- 设置AI聊天接口地址https://api.deepseek.com/chat/completions \n " +
34
34
"- 设置AI聊天密钥xxx\n " +
35
35
"- 设置AI聊天模型名xxx\n " +
36
36
"- 查看AI聊天系统提示词\n " +
You can’t perform that action at this time.
0 commit comments