Update types.ts

This commit is contained in:
TarekS93 2024-10-22 11:12:41 +02:00 committed by GitHub
parent ef8a0699cc
commit f860fc1801
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;