diff --git a/app/utils/types.ts b/app/utils/types.ts index 7ace4e6..b9832c3 100644 --- a/app/utils/types.ts +++ b/app/utils/types.ts @@ -1,4 +1,4 @@ - +or interface OllamaModelDetails { parent_model: string; format: string; @@ -8,7 +8,7 @@ interface OllamaModelDetails { quantization_level: string; } -interface OllamaModel { +export interface OllamaModel { name: string; model: string; modified_at: string;