Files
abot/plugins/ai_gen_image/config.toml
T
2025-08-26 17:58:57 +08:00

14 lines
332 B
TOML

[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