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

14 lines
332 B
TOML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[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