prompt golf

This commit is contained in:
Paul Gauthier 2023-05-23 15:42:51 -07:00
parent 7c1112ab20
commit fed1265bb4
2 changed files with 2 additions and 2 deletions

View file

@ -187,7 +187,7 @@ class Coder:
repo_content += files_listing
if all_content:
all_content += "\n\n"
all_content += "\n"
all_content += repo_content

View file

@ -54,7 +54,7 @@ files_content_gpt_no_edits = "I didn't see any properly formatted edits in your
files_content_local_edits = "I edited the files myself."
files_content_prefix = "Propose changes to *only* these files (ask before editing others):\n\n"
files_content_prefix = "Propose changes to *only* these files (ask before editing others):\n"
repo_content_prefix = (
"Here is a map of all the {other}files{ctags_msg}. You *must* ask with the"