GptSpeechRequest constructor

GptSpeechRequest({
  1. required String model,
  2. required String input,
  3. required String voice,
  4. GptSpeechResponseFormat? responseFormat,
  5. double? speed,
})

Implementation

GptSpeechRequest({required this.model, required this.input, required this.voice, this.responseFormat, this.speed});