MistralAIChatCompletionStreamResponse
class MistralAIChatCompletionStreamResponse(val choices: List<OpenAIStreamChoice>, val created: Long, val id: String, val model: String, val systemFingerprint: String? = null, val objectType: String, val usage: MistralAIUsage? = null) : OpenAIBaseLLMStreamResponse(source)
Mistral AI Chat Completion Streaming Response
Constructors
Link copied to clipboard
constructor(choices: List<OpenAIStreamChoice>, created: Long, id: String, model: String, systemFingerprint: String? = null, objectType: String, usage: MistralAIUsage? = null)