Change "an" to "a"

Grammar error: In English, only words starting with (a, e, i, o, u) get "an".
This commit is contained in:
onekum
2023-04-11 05:01:02 -04:00
committed by GitHub
parent 5a6e565c52
commit b90f355e7d

View File

@@ -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"