changed model

This commit is contained in:
2026-04-10 10:29:32 +00:00
parent ea9e06516c
commit 3e567c7d40
2 changed files with 7 additions and 7 deletions

View File

@@ -3,15 +3,15 @@
"defaults": {
"workspace": "/home/mrsbates/.openclaw/workspace",
"models": {
"openrouter/auto": {
"alias": "OpenRouter"
"openrouter/stepfun/step-3.5-flash": {
"alias": "Step-3.5-Flash"
},
"openrouter/free": {
"alias": "OpenRouter (free)"
}
"openrouter/nvidia/nemotron-3-super-120b-a12b:free": {
"alias": "Nemotron-3-Super-120B-A12B: free"
}
},
"model": {
"primary": "openrouter/free"
"primary": "Nemotron-3-Super-120B-A12B: free"
}
}
},