From f860fc18017609b1d39d43c6256c247a9b71e374 Mon Sep 17 00:00:00 2001 From: TarekS93 <37110556+TarekS93@users.noreply.github.com> Date: Tue, 22 Oct 2024 11:12:41 +0200 Subject: [PATCH] Update types.ts --- app/utils/types.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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;