GptCompletion constructor
GptCompletion({})
Implementation
GptCompletion(
{required this.id,
required this.object,
required this.choices,
required this.created,
required this.usage});
GptCompletion(
{required this.id,
required this.object,
required this.choices,
required this.created,
required this.usage});