ChatChoices.java 263 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 12 13 package com.hjx.parent.api; import com.google.gson.annotations.SerializedName; public class ChatChoices { public ChatMessage message; public int index; @SerializedName("finish_reason") public String finishReason; public String logprobs; }