✒️ configs.ts

This commit is contained in:
nirholas
2026-03-31 10:24:21 +00:00
parent f4e95088aa
commit 2c4c0e917b

View File

@@ -116,3 +116,4 @@ export const CANONICAL_ID_TO_KEY: Record<CanonicalModelId, ModelKey> =
([key, cfg]) => [cfg.firstParty, key],
),
) as Record<CanonicalModelId, ModelKey>