menu
yls_agi_sdk_dart package
documentation
api/yls_agi.dart
GenerationOptions
GenerationOptions.new const constructor
GenerationOptions.new const constructor
dark_mode
light_mode
GenerationOptions
constructor
const
GenerationOptions
(
{
double
?
temperature
,
double
?
topP
,
int
?
maxTokens
,
List
<
String
>
?
stop
,
Map
<
String
,
String
>
?
metadata
,
})
Implementation
const GenerationOptions({this.temperature ,this.topP ,this.maxTokens ,this.stop ,this.metadata ,});
yls_agi_sdk_dart package
documentation
api/yls_agi
GenerationOptions
GenerationOptions.new const constructor
GenerationOptions class