ModelConfig constructor
Creates a ModelConfig with the given options.
All parameters are optional and have sensible defaults.
Implementation
const ModelConfig({
this.maxTokens = 256,
this.temperature = 0.7,
this.useGPU = true,
});
Creates a ModelConfig with the given options.
All parameters are optional and have sensible defaults.
const ModelConfig({
this.maxTokens = 256,
this.temperature = 0.7,
this.useGPU = true,
});