menu
llm_dart package
documentation
core/config.dart
LLMConfig
stopSequences property
stopSequences property
dark_mode
light_mode
stopSequences
property
List
<
String
>
?
stopSequences
final
Stop sequences for generation
Implementation
final List<String>? stopSequences;
llm_dart package
documentation
core/config
LLMConfig
stopSequences property
LLMConfig class