新增AI绘图功能
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user