mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-28 05:16:23 -06:00
31 lines
539 B
JSON
31 lines
539 B
JSON
{
|
|
"defaults": {
|
|
"model": {
|
|
"primary": "openai/gpt-5.5"
|
|
},
|
|
"contextTokens": 64000
|
|
},
|
|
"list": [
|
|
{
|
|
"id": "main",
|
|
"default": true,
|
|
"name": "Main",
|
|
"workspace": "~/workspace",
|
|
"model": {
|
|
"primary": "openai/gpt-5.5"
|
|
},
|
|
"thinkingDefault": "low",
|
|
"skills": ["memory"]
|
|
},
|
|
{
|
|
"id": "ops",
|
|
"name": "Ops",
|
|
"workspace": "~/workspace/ops",
|
|
"model": {
|
|
"primary": "openai/gpt-5.5"
|
|
},
|
|
"fastModeDefault": true
|
|
}
|
|
]
|
|
}
|