[修改] 配置

变更原因: API 调用
影响范围: 配置
修改文件:
  - agent.json
This commit is contained in:
DesireCore
2026-05-19 17:51:41 +08:00
committed by yi-ge
parent c02a933915
commit 76fdbd2f42

View File

@@ -31,15 +31,15 @@
"max_concurrent_sessions": 3, "max_concurrent_sessions": 3,
"llm": { "llm": {
"provider": "internal-testing", "provider": "internal-testing",
"model": "deepseek-v4-pro", "providerId": "provider-internal-testing-001",
"model": "kimi-k2.6-code-preview",
"maxRetryDelayMs": 32000, "maxRetryDelayMs": 32000,
"thinkingBudgets": { "thinkingBudgets": {
"low": 1024, "low": 1024,
"medium": 4096, "medium": 4096,
"high": 8192, "high": 8192,
"xhigh": 16384 "xhigh": 16384
}, }
"providerId": "provider-internal-testing-001"
}, },
"env": { "env": {
"enabled": true, "enabled": true,