update model snapshot (opencode latest → gpt-5.4-nano)
Made-with: Cursor
This commit is contained in:
committed by
pullfrog[bot]
parent
cccf1775d6
commit
3a1ffde545
@@ -149251,7 +149251,9 @@ to fix this, add the required secret to your GitHub repository:
|
||||
4. set the value to your API key
|
||||
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) {
|
||||
const value2 = process.env[name];
|
||||
|
||||
@@ -23,12 +23,12 @@ exports[`latest model per provider snapshot > matches snapshot 1`] = `
|
||||
"releaseDate": "2026-03-17",
|
||||
},
|
||||
"opencode": {
|
||||
"modelId": "nemotron-3-super-free",
|
||||
"releaseDate": "2026-03-11",
|
||||
"modelId": "gpt-5.4-nano",
|
||||
"releaseDate": "2026-03-17",
|
||||
},
|
||||
"openrouter": {
|
||||
"modelId": "openrouter/hunter-alpha",
|
||||
"releaseDate": "2026-03-11",
|
||||
"modelId": "minimax/minimax-m2.7",
|
||||
"releaseDate": "2026-03-18",
|
||||
},
|
||||
"xai": {
|
||||
"modelId": "grok-4-1-fast-non-reasoning",
|
||||
|
||||
+3
-1
@@ -20,7 +20,9 @@ to fix this, add the required secret to your GitHub repository:
|
||||
4. set the value to your API key
|
||||
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 {
|
||||
|
||||
Reference in New Issue
Block a user