Skip to content

Commit

Permalink
Moves last_run_ai_settings.yaml to root so it's easier to find and use.
Browse files Browse the repository at this point in the history
  • Loading branch information
Torantulino committed Apr 6, 2023
1 parent 48451e3 commit a45ed8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/ai_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ def __init__(self, ai_name="", ai_role="", ai_goals=[]):
self.ai_goals = ai_goals

# 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 = "../last_run_ai_settings.yaml"

@classmethod
def load(cls, config_file=SAVE_FILE):
Expand Down

0 comments on commit a45ed8c

Please sign in to comment.