public class ChatCompletionResponse extends Object
| Modifier and Type | Field and Description |
|---|---|
private List<ChatChoice> |
choices |
private long |
created |
private String |
id |
private String |
model |
private String |
object |
private String |
systemFingerprint |
private Usage |
usage |
| Constructor and Description |
|---|
ChatCompletionResponse() |
Copyright © 2023. All rights reserved.