ShowModelResponse

data class ShowModelResponse(val modelfile: String? = null, val parameters: Map<String, String>? = null, val template: String? = null, val system: String? = null, val license: String? = null)(source)

Represents a response from the show model endpoint.

Constructors

Link copied to clipboard
constructor(modelfile: String? = null, parameters: Map<String, String>? = null, template: String? = null, system: String? = null, license: String? = null)

Properties

Link copied to clipboard

The license of the model

Link copied to clipboard

The contents of the Modelfile

Link copied to clipboard

The parameters of the model

Link copied to clipboard

The system message of the model

Link copied to clipboard

The template of the model