()
| 389 | } |
| 390 | |
| 391 | export function syncProviderMatrix() { |
| 392 | return { |
| 393 | include: Object.values(providers).map((provider) => ({ |
| 394 | provider: provider.id, |
| 395 | name: provider.name, |
| 396 | })), |
| 397 | }; |
| 398 | } |
| 399 | |
| 400 | async function readExisting(modelsDir: string) { |
| 401 | const existing = new Map<string, { |