- this type was incorrect
@@ -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[]
}