temperature method
Sets the temperature for controlling response randomness (0.0-1.0)
Implementation
LLMBuilder temperature(double temp) {
_config = _config.copyWith(temperature: temp);
return this;
}
Sets the temperature for controlling response randomness (0.0-1.0)
LLMBuilder temperature(double temp) {
_config = _config.copyWith(temperature: temp);
return this;
}