Implement the config -l and config -m commands.
This commit is contained in:
@@ -39,6 +39,7 @@ class AIConfig:
|
||||
name: ClassVar[str]
|
||||
# a user-defined ID for an AI configuration entry
|
||||
ID: str
|
||||
model: str = 'n/a'
|
||||
|
||||
# the name must not be changed
|
||||
def __setattr__(self, name: str, value: Any) -> None:
|
||||
|
||||
Reference in New Issue
Block a user