Sfoglia il codice sorgente

interfaces: add model field to the ModelResponse interface (#190)

Dan 5 mesi fa
parent
commit
e2eac5b3bc
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      src/interfaces.ts

+ 1 - 0
src/interfaces.ts

@@ -214,6 +214,7 @@ export interface ProgressResponse {
 export interface ModelResponse {
   name: string
   modified_at: Date
+  model: string
   size: number
   digest: string
   details: ModelDetails