CreateChatCompletionChunkResponse.Choices

CreateChatCompletionChunkResponse.Choices 属性

获取或设置聊天完成选项的列表。如果 n 大于 1,则可以包含多个元素。如果您设置 stream_options: {“include_usage”: true},则最后一个块也可以为空。

public List<Choice> Choices { get; set; }

另请参阅