This commit is contained in:
Your Name
2026-07-16 12:11:05 +08:00
parent 22ec32eb29
commit 32895b1591
41 changed files with 5740 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"AI_ENABLED": true,
"AI_API_BASE": "http://chat.zhenyangtang.com.cn:8088/v1/chat-messages",
"AI_API_KEY": "app-gjGxruC1xoh2mdYRqpuRGqYt",
"AI_MODEL": "qwen3.6-35b",
"AI_USE_VISION": false,
"AI_CONTEXT_ENABLED": true,
"AI_CONTEXT_MAX_ROUNDS": 5,
"AI_COUNTER_INSULT_ENABLED": false,
"AI_AGENT_NAME": "高兴亮",
"AI_HOSPITAL_NAME": "甄养堂互联网医院",
"AI_MAX_TOKENS": 500,
"AI_TEMPERATURE": 0.35,
"AI_TIMEOUT": 120,
"AI_MCP_ENABLED": false,
"AI_MCP_MAX_ROUNDS": 5,
"AI_MCP_SERVERS": []
}