Completion constructor
Completion({})
Creates a completion response.
Implementation
Completion({
required this.id,
required this.object,
required this.created,
required this.model,
required this.choices,
required this.usage,
});