dify 版本总结,加上图片发送
This commit is contained in:
18
message_summary/config.toml
Normal file
18
message_summary/config.toml
Normal file
@@ -0,0 +1,18 @@
|
||||
[Summmary]
|
||||
enable = true
|
||||
|
||||
api-key = "app-McGLzBhBjeBCSEi7n83MtuTo" # Dify的API Key
|
||||
base-url = "http://192.168.2.240/v1" #Dify API接口base url
|
||||
|
||||
commands = ["深度总结", "群聊总结"]
|
||||
command-tip = """-----Bot-----
|
||||
💬AI聊天指令:
|
||||
深度总结
|
||||
"""
|
||||
|
||||
price = 0 # 用一次扣积分,如果0则不扣
|
||||
|
||||
# Http代理设置
|
||||
# 格式: http://用户名:密码@代理地址:代理端口
|
||||
# 例如:http://127.0.0.1:7890
|
||||
http-proxy = ""
|
||||
Reference in New Issue
Block a user