nemo_microservices.types.chat.chat_completion_stream_response#

Module Contents#

Classes#

API#

class nemo_microservices.types.chat.chat_completion_stream_response.ChatCompletionStreamResponse(/, **data: Any)#

Bases: nemo_microservices._models.BaseModel

choices: List[nemo_microservices.types.shared.chat_completion_response_stream_choice.ChatCompletionResponseStreamChoice]#

None

created: int | None#

None

id: str | None#

None

model: str#

None

object: str | None#

None

system_fingerprint: str | None#

None

Represents the backend configuration that the model runs with.

Used with seed for determinism.