Explorar el Código

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

Dan hace 5 meses
padre
commit
e2eac5b3bc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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