config map fix
This commit is contained in:
parent
34fe64c74b
commit
8b9e6da69a
1 changed files with 4 additions and 4 deletions
|
|
@ -46,10 +46,10 @@ data:
|
||||||
"api": "openai-completions",
|
"api": "openai-completions",
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "Li101/Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors ",
|
"id": "llmfan46/Qwen3.5-27B-uncensored-heretic",
|
||||||
"name": "Qwen3.5-35B-A3B-Uncensored-Aggressive-safetensors ",
|
"name": "Qwen3.5-27B-Heretic",
|
||||||
"reasoning": "true",
|
"reasoning": "true",
|
||||||
"contextWindow": 49152
|
"contextWindow": 49782
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -58,7 +58,7 @@ data:
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
"primary": "xai/grok-4.1-fast"
|
"primary": "xai/grok-4.1-fast",
|
||||||
"fallbacks": ["xai/grok-4.1-fast"]
|
"fallbacks": ["xai/grok-4.1-fast"]
|
||||||
},
|
},
|
||||||
"workspace": "/home/node/.openclaw/workspace"
|
"workspace": "/home/node/.openclaw/workspace"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue