mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-01-29 19:04:28 +01:00
Make y/n configurable (#3178)
Co-authored-by: Reinier van der Leer <github@pwuts.nl>
This commit is contained in:
@@ -25,6 +25,8 @@ def mock_config_denylist_allowlist_check():
|
||||
|
||||
plugins_denylist = ["BadPlugin"]
|
||||
plugins_allowlist = ["GoodPlugin"]
|
||||
authorise_key = "y"
|
||||
exit_key = "n"
|
||||
|
||||
return MockConfig()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user