GptCompletionRequest constructor
GptCompletionRequest({})
Implementation
GptCompletionRequest({required this.model, required this.prompt, this.topP, this.presencePenalty, this.n, this.maxTokens, this.frequencyPenalty});