()
| 36 | } |
| 37 | |
| 38 | export function loadCustomModels(): ModelDefinition[] { |
| 39 | return readStore() |
| 40 | } |
| 41 | |
| 42 | export function addCustomModel(input: Omit<ModelDefinition, 'builtin' | 'editable'>): ModelDefinition { |
| 43 | const models = readStore() |
no test coverage detected