mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-23 17:04:21 +01:00
Use Configuration of the rearch branch (#4803)
This commit is contained in:
@@ -13,9 +13,9 @@ def run_task(task) -> None:
|
||||
|
||||
|
||||
def bootstrap_agent(task):
|
||||
config = Config()
|
||||
config.set_continuous_mode(False)
|
||||
config.set_temperature(0)
|
||||
config = Config.build_config_from_env()
|
||||
config.continuous_mode = False
|
||||
config.temperature = 0
|
||||
config.plain_output = True
|
||||
command_registry = get_command_registry(config)
|
||||
config.memory_backend = "no_memory"
|
||||
|
||||
Reference in New Issue
Block a user