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

@@ -6,7 +6,7 @@
"usageStats": { "usageStats": {
"openrouter:default": { "openrouter:default": {
"errorCount": 0, "errorCount": 0,
"lastUsed": 1775679201283 "lastUsed": 1775714321633
} }
} }
} }

View File

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