TarekS93
commited on
Update types.ts
Browse files- app/utils/types.ts +1 -1
app/utils/types.ts
CHANGED
@@ -8,7 +8,7 @@ interface OllamaModelDetails {
|
|
8 |
quantization_level: string;
|
9 |
}
|
10 |
|
11 |
-
interface OllamaModel {
|
12 |
name: string;
|
13 |
model: string;
|
14 |
modified_at: string;
|
|
|
8 |
quantization_level: string;
|
9 |
}
|
10 |
|
11 |
+
export interface OllamaModel {
|
12 |
name: string;
|
13 |
model: string;
|
14 |
modified_at: string;
|