Skip to content

Commit afb735a

Browse files
committed
🎨 优化一下地址
1 parent 7cf6ccc commit afb735a

File tree

2 files changed

+18
-2
lines changed

2 files changed

+18
-2
lines changed

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,20 @@ zerobot [-h] [-m] [-n nickname] [-t token] [-u url] [-g url] [-p prefix] [-d|w]
278278

279279
- 设置欢迎语可选添加参数说明:{at}可在发送时艾特被欢迎者 {nickname}是被欢迎者名字 {avatar}是被欢迎者头像 {uid}是被欢迎者QQ号 {gid}是当前群群号 {groupname} 是当前群群名
280280

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+
281295
</details>
282296
<details>
283297
<summary>定时指令触发器</summary>
@@ -1582,7 +1596,7 @@ print("run[CQ:image,file="+j["img"]+"]")
15821596
- [x] 设置AI聊天温度80
15831597
- [x] 设置AI聊天接口类型[OpenAI|OLLaMA|GenAI]
15841598
- [x] 设置AI聊天(不)支持系统提示词
1585-
- [x] 设置AI聊天接口地址https://xxx
1599+
- [x] 设置AI聊天接口地址https://api.deepseek.com/chat/completions
15861600
- [x] 设置AI聊天密钥xxx
15871601
- [x] 设置AI聊天模型名xxx
15881602
- [x] 查看AI聊天系统提示词
@@ -1592,6 +1606,8 @@ print("run[CQ:image,file="+j["img"]+"]")
15921606
- [x] 设置AI聊天(不)响应AT
15931607
- [x] 设置AI聊天最大长度4096
15941608
- [x] 设置AI聊天TopP 0.9
1609+
- [x] 设置AI聊天(不)以AI语音输出
1610+
- [x] 查看AI聊天配置
15951611

15961612
</details>
15971613
<details>

plugin/aichat/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ var (
3030
"- 设置AI聊天温度80\n" +
3131
"- 设置AI聊天接口类型[OpenAI|OLLaMA|GenAI]\n" +
3232
"- 设置AI聊天(不)支持系统提示词\n" +
33-
"- 设置AI聊天接口地址https://xxx\n" +
33+
"- 设置AI聊天接口地址https://api.deepseek.com/chat/completions\n" +
3434
"- 设置AI聊天密钥xxx\n" +
3535
"- 设置AI聊天模型名xxx\n" +
3636
"- 查看AI聊天系统提示词\n" +

0 commit comments

Comments
 (0)