CompletionRequest constructor
CompletionRequest({})
Implementation
CompletionRequest({
this.model = 'text-davinci-003',
required this.prompt,
this.temperature = 0.3,
this.maxTokens = 50,
this.topP = 0,
this.presencePenalty = 0,
this.stop,
this.n,
});