Fix Pi package updates and merge feynman-model
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user