kDefaultModelConfigMaxTokens top-level property
Implementation
final kDefaultModelConfigMaxTokens = ModelConfig(
id: 'max_tokens',
name: 'Maximum Tokens',
description: 'The maximum number of tokens allowed in the output',
type: ConfigType.numeric,
value: ConfigNumericValue(value: 1024),
);