GenerationOptions constructor

const GenerationOptions({
  1. double? temperature,
  2. double? topP,
  3. int? maxTokens,
  4. List<String>? stop,
  5. Map<String, String>? metadata,
})

Implementation

const GenerationOptions({this.temperature ,this.topP ,this.maxTokens ,this.stop ,this.metadata ,});