Skip to content

Commit

Permalink
Merge pull request Significant-Gravitas#782 from onekum/patch-1
Browse files Browse the repository at this point in the history
Change "an" to "a"
  • Loading branch information
Torantulino authored Apr 11, 2023
2 parents 186a8c6 + b90f355 commit d7b7476
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ def load_variables(config_file="config.yaml"):
documents = yaml.dump(config, file)

prompt = data.load_prompt()
prompt_start = """Your decisions must always be made independently without seeking user assistance. Play to your strengths as an LLM and pursue simple strategies with no legal complications."""
prompt_start = """Your decisions must always be made independently without seeking user assistance. Play to your strengths as a LLM and pursue simple strategies with no legal complications."""

# Construct full prompt
full_prompt = f"You are {ai_name}, {ai_role}\n{prompt_start}\n\nGOALS:\n\n"
Expand Down

0 comments on commit d7b7476

Please sign in to comment.