CreateModelRequest

data class CreateModelRequest(val name: String, val modelfile: String, val stream: Boolean = true)(source)

Represents a request to create a model.

Constructors

Link copied to clipboard
constructor(name: String, modelfile: String, stream: Boolean = true)

Properties

Link copied to clipboard

The contents of the Modelfile

Link copied to clipboard

The name of the model

Link copied to clipboard

Whether to stream the response