新增AI绘图功能

This commit is contained in:
liuwei
2025-08-26 17:58:57 +08:00
parent d952804a92
commit 9eecce1aa3
3 changed files with 204 additions and 0 deletions
+14
View File
@@ -0,0 +1,14 @@
[AIGenImage]
enable = true
command = ["AI绘图", "绘图", "画图", "生成图片"]
command-format = """
🎨AI绘图指令:
AI绘图 描述文字
"""
# 图片生成API配置
image_api_url = "https://image.pollinations.ai/prompt/{prompt}"
default_width = 1024
default_height = 1024
default_model = "turbo"
default_timeout = 300