mirror of
https://github.com/aljazceru/Auto-GPT.git
synced 2025-12-19 06:54:22 +01:00
Renames last_run_ai_settings to ai_settings.
Hopefully this helps people realise they can edit it themselves.
This commit is contained in:
@@ -9,7 +9,7 @@ class AIConfig:
|
|||||||
self.ai_goals = ai_goals
|
self.ai_goals = ai_goals
|
||||||
|
|
||||||
# Soon this will go in a folder where it remembers more stuff about the run(s)
|
# Soon this will go in a folder where it remembers more stuff about the run(s)
|
||||||
SAVE_FILE = "../last_run_ai_settings.yaml"
|
SAVE_FILE = "../ai_settings.yaml"
|
||||||
|
|
||||||
@classmethod
|
@classmethod
|
||||||
def load(cls, config_file=SAVE_FILE):
|
def load(cls, config_file=SAVE_FILE):
|
||||||
|
|||||||
Reference in New Issue
Block a user