topP property

  1. @JsonKey(name: 'top_p', includeIfNull: false)
double? get topP
inherited

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;