update model snapshot (opencode latest → gpt-5.4-nano)

Made-with: Cursor
This commit is contained in:
Colin McDonnell
2026-03-18 19:13:04 +00:00
committed by pullfrog[bot]
parent cccf1775d6
commit 3a1ffde545
3 changed files with 10 additions and 6 deletions
+3 -1
View File
@@ -149251,7 +149251,9 @@ to fix this, add the required secret to your GitHub repository:
4. set the value to your API key 4. set the value to your API key
5. click "Add secret" 5. click "Add secret"
configure your model at ${settingsUrl}`; configure your model at ${settingsUrl}
for full setup instructions, see https://docs.pullfrog.com/keys`;
} }
function hasEnvVar(name) { function hasEnvVar(name) {
const value2 = process.env[name]; const value2 = process.env[name];
+4 -4
View File
@@ -23,12 +23,12 @@ exports[`latest model per provider snapshot > matches snapshot 1`] = `
"releaseDate": "2026-03-17", "releaseDate": "2026-03-17",
}, },
"opencode": { "opencode": {
"modelId": "nemotron-3-super-free", "modelId": "gpt-5.4-nano",
"releaseDate": "2026-03-11", "releaseDate": "2026-03-17",
}, },
"openrouter": { "openrouter": {
"modelId": "openrouter/hunter-alpha", "modelId": "minimax/minimax-m2.7",
"releaseDate": "2026-03-11", "releaseDate": "2026-03-18",
}, },
"xai": { "xai": {
"modelId": "grok-4-1-fast-non-reasoning", "modelId": "grok-4-1-fast-non-reasoning",
+3 -1
View File
@@ -20,7 +20,9 @@ to fix this, add the required secret to your GitHub repository:
4. set the value to your API key 4. set the value to your API key
5. click "Add secret" 5. click "Add secret"
configure your model at ${settingsUrl}`; configure your model at ${settingsUrl}
for full setup instructions, see https://docs.pullfrog.com/keys`;
} }
function hasEnvVar(name: string): boolean { function hasEnvVar(name: string): boolean {