mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-06 11:50:43 +00:00
fix: normalize raw manifest provider catalogs
This commit is contained in:
@@ -21,5 +21,5 @@ export function buildCerebrasModelDefinition(
|
||||
providerId: "cerebras",
|
||||
catalog: { ...CEREBRAS_MANIFEST_CATALOG, models: [model] },
|
||||
});
|
||||
return providerConfig.models[0]!;
|
||||
return providerConfig.models[0];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user