GptAudioTranslationRequest constructor

GptAudioTranslationRequest({
  1. required String model,
  2. String? fileName,
  3. GptAudioTranscriptionResponseFormat? responseFormat = GptAudioTranscriptionResponseFormat.json,
  4. double? temperature,
  5. String? prompt,
})

Implementation

GptAudioTranslationRequest({required this.model, this.fileName, this.responseFormat = GptAudioTranscriptionResponseFormat.json, this.temperature, this.prompt});