CompletionsRequest constructor
CompletionsRequest({})
Creates a new CompletionsRequest
instance.
Implementation
CompletionsRequest({
required this.deploymentId,
required this.prompt,
this.maxTokens,
this.temperature,
this.topP,
});