fixed timeout
This commit is contained in:
parent
1ee800f451
commit
242f67ec2b
|
|
@ -43,6 +43,7 @@ docker exec aria-core sh -c 'cat > /home/node/.openclaw/openclaw.json << '"'"'IN
|
||||||
"compaction": {
|
"compaction": {
|
||||||
"mode": "safeguard"
|
"mode": "safeguard"
|
||||||
},
|
},
|
||||||
|
"timeoutSeconds": 300,
|
||||||
"maxConcurrent": 4,
|
"maxConcurrent": 4,
|
||||||
"subagents": {
|
"subagents": {
|
||||||
"maxConcurrent": 8
|
"maxConcurrent": 8
|
||||||
|
|
@ -55,7 +56,6 @@ docker exec aria-core sh -c 'cat > /home/node/.openclaw/openclaw.json << '"'"'IN
|
||||||
"api": "openai-completions",
|
"api": "openai-completions",
|
||||||
"baseUrl": "http://proxy:3456/v1",
|
"baseUrl": "http://proxy:3456/v1",
|
||||||
"apiKey": "not-needed",
|
"apiKey": "not-needed",
|
||||||
"timeout": 300000,
|
|
||||||
"models": [
|
"models": [
|
||||||
{ "id": "claude-sonnet-4", "name": "claude-sonnet-4" },
|
{ "id": "claude-sonnet-4", "name": "claude-sonnet-4" },
|
||||||
{ "id": "claude-opus-4", "name": "claude-opus-4" }
|
{ "id": "claude-opus-4", "name": "claude-opus-4" }
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue