TarekS93 commited on
Commit
34ead80
·
unverified ·
1 Parent(s): dd4dd2c

Update types.ts

Browse files
Files changed (1) hide show
  1. 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;