Files
abot/plugins/dify/config.toml

19 lines
371 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.
[Dify]
enable = true
backend = "dify_workflow_chat"
commands = ["聊天"]
command-tip = """
💬AI聊天指令[""]
聊天 请求内容
"""
# Http代理设置
# 格式: http://用户名:密码@代理地址:代理端口
# 例如http://127.0.0.1:7890
http-proxy = ""
# 管理员和白名单用户是否免费使用
admin_ignore = true
whitelist_ignore = true