nip.language_model_server.types.ServerVersionResponse#
- class nip.language_model_server.types.ServerVersionResponse(*, version: str)[source]#
A response containing the version of the language model server.
Attributes
__fields_set__model_computed_fieldsmodel_configConfiguration for the model, should be a dictionary conforming to [ConfigDict][pydantic.config.ConfigDict].
model_extraGet extra fields set during validation.
model_fieldsmodel_fields_setReturns the set of fields that have been explicitly set on this model instance.
versionThe version of the language model server, as a string.
Methods