model method
Sets the model identifier to use
Implementation
LLMBuilder model(String model) {
_config = _config.copyWith(model: model);
return this;
}
Sets the model identifier to use
LLMBuilder model(String model) {
_config = _config.copyWith(model: model);
return this;
}