DeepSeekChatCompletionResponse
class DeepSeekChatCompletionResponse(val choices: List<OpenAIChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String, val objectType: String = "chat.completion", val usage: OpenAIUsage? = null) : OpenAIBaseLLMResponse(source)
DeepSeek Chat Completion Response https://api-docs.deepseek.com/
Constructors
Link copied to clipboard
constructor(choices: List<OpenAIChoice>, created: Long, id: String, model: String, systemFingerprint: String, objectType: String = "chat.completion", usage: OpenAIUsage? = null)