wip: Changed the prompt messages and added a function to show messages.

This commit is contained in:
Paul Gauthier 2023-05-19 08:57:56 -07:00
parent e4d38f89bb
commit d4845dfb43
3 changed files with 13 additions and 10 deletions

View file

@ -79,10 +79,10 @@ files_content_gpt_no_edits = "I wasn't able to see any properly formatted edits
files_content_local_edits = "I made some changes to the files myself."
repo_content_prefix = "These are the files in the git repo:\n\n"
repo_content_prefix = "Here is a map showing all the other files and their content:\n\n"
files_content_prefix = (
"These are the *ONLY* files you can propose changes to (ask if you need to see others):\n\n"
"You can propose changes to *only* these files (ask if you need to see others):\n\n"
)
files_content_suffix = (