Update types.ts

This commit is contained in:
TarekS93 2024-10-22 11:18:34 +02:00 committed by GitHub
parent dd4dd2c21a
commit 34ead80f62
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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