Compare commits

...

1 Commits

Author SHA1 Message Date
Brandon Rising
628639c565 Remove ability to pass remote_api_tokens via the CLI directly 2024-03-11 16:37:14 -04:00

View File

@@ -152,7 +152,7 @@ class InvokeAISettings(BaseSettings):
@classmethod
def _excluded(cls) -> List[str]:
# internal fields that shouldn't be exposed as command line options
return ["type", "initconf"]
return ["type", "initconf", "remote_api_tokens"]
@classmethod
def _excluded_from_yaml(cls) -> List[str]: