nemo_microservices.types.chat.chat_completion_response#
Module Contents#
Classes#
API#
- class nemo_microservices.types.chat.chat_completion_response.ChatCompletionResponse(/, **data: Any)#
Bases:
nemo_microservices._models.BaseModel- choices: List[nemo_microservices.types.shared.chat_completion_response_choice.ChatCompletionResponseChoice]#
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.