Преглед изворни кода

fix: details in ShowResponse interface

- this type was incorrect
Bruce MacDonald пре 1 година
родитељ
комит
63dcfbb44d
1 измењених фајлова са 1 додато и 6 уклоњено
  1. 1 6
      src/interfaces.ts

+ 1 - 6
src/interfaces.ts

@@ -179,12 +179,7 @@ export interface ShowResponse {
   parameters: string
   template: string
   system: string
-  parent_model: string
-  format: string
-  family: string
-  families: string[]
-  parameter_size: string
-  quantization_level: string
+  details: ModelDetails
   messages: Message[]
 }