Fix Pi package updates and merge feynman-model

This commit is contained in:
Advait Paliwal
2026-03-31 09:18:05 -07:00
parent aed607ce62
commit d9812cf4f2
10 changed files with 392 additions and 25 deletions

View File

@@ -7,6 +7,5 @@ export function getModelsJsonPath(authPath: string): string {
}
export function createModelRegistry(authPath: string): ModelRegistry {
return new ModelRegistry(AuthStorage.create(authPath), getModelsJsonPath(authPath));
return ModelRegistry.create(AuthStorage.create(authPath), getModelsJsonPath(authPath));
}