File tree Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Expand file tree Collapse file tree 2 files changed +13
-0
lines changed Original file line number Diff line number Diff line change @@ -412,6 +412,18 @@ print("run[CQ:image,file="+j["img"]+"]")
412
412
413
413
- [x] 设置默认限速为每 m [ 分钟 | 秒] n 次触发
414
414
415
+ </details >
416
+ <details >
417
+ <summary >aiimage</summary >
418
+
419
+ ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/aiimage" `
420
+
421
+ - [x] 设置AI画图密钥
422
+ - [x] 设置AI画图接口地址https://api.siliconflow.cn/v1/images/generations
423
+ - [x] 设置AI画图模型名Kwai-Kolors/Kolors
424
+ - [x] 查看AI画图配置
425
+ - [x] AI画图 [ 描述]
426
+
415
427
</details >
416
428
<details >
417
429
<summary >AIWife</summary >
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ func init() {
73
73
74
74
en .OnPrefix ("AI画图" ).SetBlock (true ).
75
75
Handle (func (ctx * zero.Ctx ) {
76
+ ctx .SendChain (message .Text ("少女思考中..." ))
76
77
prompt := strings .TrimSpace (ctx .State ["args" ].(string ))
77
78
if prompt == "" {
78
79
ctx .SendChain (message .Text ("请输入图片描述" ))
You can’t perform that action at this time.
0 commit comments