正式添加aliyun平台,并修复一些bug,优化了日志系统

This commit is contained in:
2025-09-27 14:11:27 +08:00
parent 4d9e1bf355
commit 2ea4ed9acd
9 changed files with 25 additions and 18 deletions

View File

@@ -11,7 +11,7 @@ remote_mode = false # 是否远程模式, 即 NapCat 服务不在本机运行 ps
# 功能配置
allowed_groups = "all" # 授权群聊all为全部eg[123456789, 987654321]
allowed_users = "all" # 授权用户all为全部eg[123456789, 987654321]
ai_service = "xyit" # ai平台 支持 dify” “xyit"
ai_service = "xyit" # ai平台 支持 "dify" "mcunc" "xyit" "aliyun"
friend_auto = false # 好友自动同意
group_auto = true
group_welcome = false # 入群欢迎
@@ -46,10 +46,10 @@ dify_ip= "" # https://ip:port
dify_token = "" # token
# mcunc配置 ai_service选择mcunc时需配置
xyit_ip = "https://ai.openapi.mcunc.cn" # ip 此项一般不需用修改
xyit_appID = "" # appID
xyit_appKEY = "" # appKEY
xyit_model = "maoniang" # 模型名称
mcunc_ip = "https://ai.openapi.mcunc.cn" # ip 此项一般不需用修改
mcunc_appID = "" # appID
mcunc_appKEY = "" # appKEY
mcunc_model = "maoniang" # 模型名称名称
# xyit配置 ai_service选择xyit时需配置
xyit_ip = "https://ai.openapi.xyit.net" # ip 此项一般不需用修改