Prechádzať zdrojové kódy

update show interface to latest

Bruce MacDonald 1 rok pred
rodič
commit
c081b897ad
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      src/interfaces.ts

+ 2 - 0
src/interfaces.ts

@@ -174,11 +174,13 @@ export interface ShowResponse {
   parameters: string
   template: string
   system: string
+  parent_model: string
   format: string
   family: string
   families: string[]
   parameter_size: string
   quatization_level: number
+  messages: Message[]
 }
 
 export interface ListResponse {