Update types.ts

This commit is contained in:
TarekS93
2024-10-22 11:18:34 +02:00
committed by GitHub
parent dd4dd2c21a
commit 34ead80f62

View File

@@ -8,7 +8,7 @@ interface OllamaModelDetails {
quantization_level: string;
}
interface OllamaModel {
export interface OllamaModel {
name: string;
model: string;
modified_at: string;