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