update snapshot for google/gemma-4-31b release
Made-with: Cursor
This commit is contained in:
committed by
pullfrog[bot]
parent
b8c4d5b716
commit
536fae692a
@@ -107843,7 +107843,6 @@ var providers = {
|
||||
resolve: "opencode/mimo-v2-pro-free",
|
||||
envVars: [],
|
||||
isFree: true,
|
||||
deprecated: true,
|
||||
fallback: "opencode/nemotron-3-super-free"
|
||||
},
|
||||
"minimax-m2.5-free": {
|
||||
@@ -107954,7 +107953,6 @@ var modelAliases = Object.entries(providers).flatMap(
|
||||
openRouterResolve: def.openRouterResolve,
|
||||
preferred: def.preferred ?? false,
|
||||
isFree: def.isFree ?? false,
|
||||
deprecated: def.deprecated ?? false,
|
||||
fallback: def.fallback
|
||||
}))
|
||||
);
|
||||
@@ -107967,8 +107965,7 @@ function resolveCliModel(slug) {
|
||||
visited.add(current);
|
||||
const alias = modelAliases.find((a) => a.slug === current);
|
||||
if (!alias) return void 0;
|
||||
if (!alias.deprecated) return alias.resolve;
|
||||
if (!alias.fallback) return void 0;
|
||||
if (!alias.fallback) return alias.resolve;
|
||||
current = alias.fallback;
|
||||
}
|
||||
return void 0;
|
||||
|
||||
Reference in New Issue
Block a user