fastModeModel property
String
get
fastModeModel
Get the model string for fast mode.
Implementation
String get fastModeModel {
return 'opus${_config.isOpus1mMergeEnabled() ? '[1m]' : ''}';
}
Get the model string for fast mode.
String get fastModeModel {
return 'opus${_config.isOpus1mMergeEnabled() ? '[1m]' : ''}';
}