topP property
The nucleus sampling value used for this run. If not set, defaults to 1.
Implementation
@JsonKey(name: 'top_p', includeIfNull: false)
double? get topP => throw _privateConstructorUsedError;
The nucleus sampling value used for this run. If not set, defaults to 1.
@JsonKey(name: 'top_p', includeIfNull: false)
double? get topP => throw _privateConstructorUsedError;