BaseModel
Class Attributes
| Attribute | Type | Default |
|---|---|---|
id | str | — |
default_llm_model | str | None | None |
default_embedding_model | str | None | None |
updated_at | AwareDatetime | — |
created_by | str | — |
Methods
async staticmethod get
Get the current system configuration
async staticmethod get
Get the current system configuration
Get the current system configuration.
Parameters
Returns:
| Name | Type | Default |
|---|---|---|
client | PlatformClient | None | None |
'SystemConfiguration'async staticmethod update
Update the system configuration
async staticmethod update
Update the system configuration
Update the system configuration.
Parameters
Returns:
| Name | Type | Default |
|---|---|---|
default_llm_model | str | None | None |
default_embedding_model | str | None | None |
client | PlatformClient | None | None |
'SystemConfiguration'