CompletionCreateRequest.Stream
CompletionCreateRequest.Stream 属性
获取或设置是否使用流式传输。如果设置,将发送部分消息增量,像在 ChatGPT 中一样。令牌将作为数据仅服务器发送事件在可用时发送,流将通过数据: [DONE] 消息终止。
public bool? Stream { get; set; }
获取或设置是否使用流式传输。如果设置,将发送部分消息增量,像在 ChatGPT 中一样。令牌将作为数据仅服务器发送事件在可用时发送,流将通过数据: [DONE] 消息终止。
public bool? Stream { get; set; }