mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2026-02-10 00:34:30 +01:00
fix: config save and load path inconsistent
This commit is contained in:
@@ -177,7 +177,7 @@ Continue (y/n): """
|
||||
|
||||
if not config.ai_name:
|
||||
config = prompt_user()
|
||||
config.save()
|
||||
config.save(CFG.ai_settings_file)
|
||||
|
||||
# Get rid of this global:
|
||||
global ai_name
|
||||
|
||||
Reference in New Issue
Block a user