Implement the config -l and config -m commands.

This commit is contained in:
Oleksandr Kozachuk
2023-09-12 16:34:17 +02:00
parent 2b62cb8c4b
commit f96e82bdd7
3 changed files with 16 additions and 0 deletions
+1
View File
@@ -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: