Browse Source

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

Dan 5 tháng trước cách đây
mục cha
commit
e2eac5b3bc
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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