[修改] 配置

变更原因: API 调用
影响范围: 配置
修改文件:
  - agent.json
This commit is contained in:
DesireCore
2026-05-19 10:45:46 +08:00
committed by yi-ge
parent 2cab7377e1
commit c02a933915
2 changed files with 13 additions and 3 deletions

View File

@@ -31,13 +31,20 @@
"max_concurrent_sessions": 3,
"llm": {
"provider": "internal-testing",
"model": "glm-5.1",
"model": "deepseek-v4-pro",
"maxRetryDelayMs": 32000,
"thinkingBudgets": {
"low": 1024,
"medium": 4096,
"high": 8192,
"xhigh": 16384
}
},
"providerId": "provider-internal-testing-001"
},
"env": {
"enabled": true,
"includeWeekday": true,
"includeLocalTime": true,
"includeSessionStart": true
}
}
}