fix openclaw config
This commit is contained in:
parent
bd09ea4958
commit
fd3e3d8f45
1 changed files with 3 additions and 3 deletions
|
|
@ -46,8 +46,8 @@ data:
|
||||||
"api": "openai-completions",
|
"api": "openai-completions",
|
||||||
"models": [
|
"models": [
|
||||||
{
|
{
|
||||||
"id": "trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic",
|
"id": "p-e-w/Qwen3-8B-heretic",
|
||||||
"name": "Qwen2.5-Coder-7B-Heretic"
|
"name": "Qwen3-8B-heretic"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
@ -56,7 +56,7 @@ data:
|
||||||
"agents": {
|
"agents": {
|
||||||
"defaults": {
|
"defaults": {
|
||||||
"model": {
|
"model": {
|
||||||
"primary": "local-vllm/trohrbaugh/Qwen2.5-Coder-7B-Instruct-heretic",
|
"primary": "local-vllm/p-e-w/Qwen3-8B-heretic",
|
||||||
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
"fallbacks": ["google/gemini-3.1-pro-preview"]
|
||||||
},
|
},
|
||||||
"workspace": "/home/node/.openclaw/workspace"
|
"workspace": "/home/node/.openclaw/workspace"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue