Delete unrelated changes with PR

This commit is contained in:
Andres Caicedo
2023-04-09 15:48:17 +02:00
parent 26abb30674
commit d05146c6c5
2 changed files with 5 additions and 6 deletions

View File

@@ -41,7 +41,6 @@ class AIConfig:
# Construct full prompt
full_prompt = f"You are {self.ai_name}, {self.ai_role}\n{prompt_start}\n\nGOALS:\n\n"
for i, goal in enumerate(self.ai_goals):
full_prompt += f"{i+1}. {goal}\n"