Improve prompts

This commit is contained in:
Anton Osika
2023-06-17 19:52:22 +02:00
parent c4c1203fc0
commit 31b00de247
7 changed files with 19 additions and 11 deletions

View File

@@ -8,7 +8,7 @@ from gpt_engineer.chat_to_files import parse_chat
def setup_sys_prompt(dbs):
return dbs.identity["setup"] + "\nUseful to know:\n" + dbs.identity["philosophy"]
return dbs.identity["generate"] + "\nUseful to know:\n" + dbs.identity["philosophy"]
def run(ai: AI, dbs: DBs):