chore: remove default AI model from config file

This commit is contained in:
eoao
2026-05-10 00:29:33 +08:00
parent 6189a91000
commit ac2c17e31c
4 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@ crons = ["0 16 * * *"] #定时任务每天晚上12点执行
[vars]
ai_model = "@cf/meta/llama-3.1-8b-instruct"
ai_model = ""
orm_log = false
domain = ["example.com"] #邮件域名可可配置多个 示例: ["example1.com","example2.com"]
admin = "admin@example.com" #管理员的邮箱 示例: admin@example.com