Choices.fromJson(Map<String, dynamic> json) { text = json['text']; index = json['index']; logprobs = json['logprobs']; finishReason = json['finish_reason']; }