Skip to content

Commit 2922854

Browse files
authored
百度文心AI画图插件 (#442)
1 parent 29c8544 commit 2922854

File tree

3 files changed

+418
-0
lines changed

3 files changed

+418
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1083,6 +1083,26 @@ print("run[CQ:image,file="+j["img"]+"]")
10831083

10841084
- [x] 来份网易云热评
10851085

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+
10861106
</details>
10871107
<details>
10881108
<summary>月幕galgame图</summary>

main.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ import (
121121
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/translation" // 翻译
122122
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/vtb_quotation" // vtb语录
123123
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wangyiyun" // 网易云音乐热评
124+
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wenxinAI" // 百度文心AI画图
124125
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/word_count" // 聊天热词
125126
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/wordle" // 猜单词
126127
_ "github.com/FloatTech/ZeroBot-Plugin/plugin/ymgal" // 月幕galgame

0 commit comments

Comments
 (0)