ConfigCompletion constructor
ConfigCompletion({})
Implementation
ConfigCompletion(
{this.model = "text-davinci-003",
this.maxTokens = 150,
this.temperature = 0.9,
this.topP = 1,
this.n = 1,
this.stream = false,
this.logprobs,
this.stop = ""});