public class ChatCompletionResponse extends Object
private List<ChatChoice>
choices
private long
created
private String
id
model
object
private Usage
usage
ChatCompletionResponse()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
private String id
private String object
private long created
private String model
private List<ChatChoice> choices
private Usage usage
public ChatCompletionResponse()
Copyright © 2023. All rights reserved.