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