DashscopeChatCompletionStreamResponse
class DashscopeChatCompletionStreamResponse(val choices: List<OpenAIStreamChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String? = null, val objectType: String = "chat.completion.chunk", val usage: OpenAIUsage? = null) : OpenAIBaseLLMStreamResponse(source)
DashScope Chat Completion Streaming Response using OpenAI-compatible format
Constructors
Link copied to clipboard
constructor(choices: List<OpenAIStreamChoice>, created: Long, id: String, model: String, systemFingerprint: String? = null, objectType: String = "chat.completion.chunk", usage: OpenAIUsage? = null)