reconfigure openclaw
This commit is contained in:
parent
283e7e92e1
commit
14551d44e3
2 changed files with 5 additions and 5 deletions
|
|
@ -59,17 +59,17 @@ data:
|
|||
"primary": "local-vllm/coder3101/Qwen3.5-27B-heretic",
|
||||
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||
},
|
||||
"workspace": "~/.openclaw/workspace"
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
},
|
||||
"list": [
|
||||
{
|
||||
"id": "default",
|
||||
"name": "OpenClaw Assistant",
|
||||
"workspace": "~/.openclaw/workspace"
|
||||
"workspace": "/home/node/.openclaw/workspace"
|
||||
}
|
||||
]
|
||||
},
|
||||
"cron": { "enabled": false }
|
||||
"cron": { "enabled": true }
|
||||
}
|
||||
AGENTS.md: |
|
||||
# OpenClaw Assistant
|
||||
|
|
|
|||
|
|
@ -101,10 +101,10 @@ spec:
|
|||
resources:
|
||||
requests:
|
||||
memory: 2Gi
|
||||
cpu: 250m
|
||||
cpu: "1"
|
||||
limits:
|
||||
memory: 6Gi
|
||||
cpu: "1"
|
||||
cpu: "4"
|
||||
livenessProbe:
|
||||
exec:
|
||||
command:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue