han145 commited on
Commit
1cf36f7
·
verified ·
1 Parent(s): d4e00ce

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -117,9 +117,6 @@ RUN mkdir -p /root/.openclaw && \
117
  "agents": {
118
  "defaults": {
119
  "timeoutSeconds": 300, // 整体任务超时,建议 300(5分钟)或更高
120
- "llm": {
121
- "idleTimeoutSeconds": 300 // LLM 空闲/响应超时,针对本地慢模型特别重要
122
- }
123
  "model": {
124
  "primary": "thirdparty/PLACEHOLDER_MODEL_ID"
125
  }
 
117
  "agents": {
118
  "defaults": {
119
  "timeoutSeconds": 300, // 整体任务超时,建议 300(5分钟)或更高
 
 
 
120
  "model": {
121
  "primary": "thirdparty/PLACEHOLDER_MODEL_ID"
122
  }