File tree Expand file tree Collapse file tree 3 files changed +418
-0
lines changed Expand file tree Collapse file tree 3 files changed +418
-0
lines changed Original file line number Diff line number Diff line change @@ -1083,6 +1083,26 @@ print("run[CQ:image,file="+j["img"]+"]")
1083
1083
1084
1084
- [x] 来份网易云热评
1085
1085
1086
+ </details >
1087
+ <details >
1088
+ <summary >百度文心AI画图</summary >
1089
+
1090
+ ` import _ "github.com/FloatTech/ZeroBot-Plugin/plugin/wenxinAI" `
1091
+
1092
+ - 基于百度文心的免费AI画图插件(因为是免费的,图片质量你懂的)
1093
+
1094
+ - key申请链接:https://wenxin.baidu.com/moduleApi/key
1095
+
1096
+ - [x] 为[ 自己/本群/QQ号/群+群号] 设置AI画图key [ API Key] [ Secret Key]
1097
+
1098
+ - 例:“为10086设置AI画图key 123 456”;“为群10010设置AI画图key 789 101”
1099
+
1100
+ - [x] [ bot名称] 画几张[ 图片描述] 的[ 图片类型] [ 图片尺寸 ]
1101
+
1102
+ - 指令示例:
1103
+
1104
+ - 椛椛帮我画几张金凤凰,背景绚烂,高饱和,古风,仙境,高清,4K,古风的油画方图
1105
+
1086
1106
</details >
1087
1107
<details >
1088
1108
<summary >月幕galgame图</summary >
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ import (
121
121
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/translation" // 翻译
122
122
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/vtb_quotation" // vtb语录
123
123
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wangyiyun" // 网易云音乐热评
124
+ _ "github.com/FloatTech/ZeroBot-Plugin/plugin/wenxinAI" // 百度文心AI画图
124
125
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/word_count" // 聊天热词
125
126
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wordle" // 猜单词
126
127
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ymgal" // 月幕galgame
You can’t perform that action at this time.
0 commit comments