Browse Source

fix: add model details field and interface (#57)

da-z 1 năm trước cách đây
mục cha
commit
6d37566f38
1 tập tin đã thay đổi với 5 bổ sung0 xóa
  1. 5 0
      src/interfaces.ts

+ 5 - 0
src/interfaces.ts

@@ -161,6 +161,11 @@ export interface ModelResponse {
   modified_at: Date
   size: number
   digest: string
+  details: ModelDetails
+}
+
+export interface ModelDetails {
+  parent_model: string
   format: string
   family: string
   families: string[]