factory Choice.fromJson(Map<String, dynamic> json) => Choice( text: json["text"], index: json["index"], logprobs: json["logprobs"], finishReason: json["finish_reason"], );