Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#306 from Torantulino/input-file
Browse files Browse the repository at this point in the history
Input file
  • Loading branch information
Torantulino committed Apr 6, 2023
2 parents 48451e3 + 89ab839 commit 4c66758
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ package-lock.json
auto_gpt_workspace/*
*.mpeg
.env
last_run_ai_settings.yaml
outputs/*
outputs/*
ai_settings.yaml
7 changes: 7 additions & 0 deletions ai_settings.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
ai_goals:
- Increase net worth.
- Develop and manage multiple businesses autonomously.
- Play to your strengths as a Large Language Model.
ai_name: Entrepreneur-GPT
ai_role: an AI designed to autonomously develop and run businesses with the sole goal
of increasing your net worth.
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 = "../ai_settings.yaml"

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

0 comments on commit 4c66758

Please sign in to comment.