Procházet zdrojové kódy

fix: details in ShowResponse interface

- this type was incorrect
Bruce MacDonald před 1 rokem
rodič
revize
63dcfbb44d
1 změnil soubory, kde provedl 1 přidání a 6 odebrání
  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[]
 }