Update Dockerfile
Browse files- 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 |
}
|