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
|
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];
|
||||||
|
|||||||
@@ -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
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user