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",
|
"primary": "local-vllm/coder3101/Qwen3.5-27B-heretic",
|
||||||
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||||
},
|
},
|
||||||
"workspace": "~/.openclaw/workspace"
|
"workspace": "/home/node/.openclaw/workspace"
|
||||||
},
|
},
|
||||||
"list": [
|
"list": [
|
||||||
{
|
{
|
||||||
"id": "default",
|
"id": "default",
|
||||||
"name": "OpenClaw Assistant",
|
"name": "OpenClaw Assistant",
|
||||||
"workspace": "~/.openclaw/workspace"
|
"workspace": "/home/node/.openclaw/workspace"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"cron": { "enabled": false }
|
"cron": { "enabled": true }
|
||||||
}
|
}
|
||||||
AGENTS.md: |
|
AGENTS.md: |
|
||||||
# OpenClaw Assistant
|
# OpenClaw Assistant
|
||||||
|
|
|
||||||
|
|
@ -101,10 +101,10 @@ spec:
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: 2Gi
|
memory: 2Gi
|
||||||
cpu: 250m
|
cpu: "1"
|
||||||
limits:
|
limits:
|
||||||
memory: 6Gi
|
memory: 6Gi
|
||||||
cpu: "1"
|
cpu: "4"
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
exec:
|
exec:
|
||||||
command:
|
command:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue