This commit is contained in:
Paul Gauthier 2023-04-08 19:46:13 -07:00
parent a411bb1bcd
commit 5b13bbeb12

View file

@ -65,7 +65,6 @@ print(2+2)
To add new code, anchor it by including 2-3 lines in the ORIGINAL and UPDATED portions of the diff. To add new code, anchor it by including 2-3 lines in the ORIGINAL and UPDATED portions of the diff.
Don't just output the ENTIRE file. Turn it into an edit. Don't just output the ENTIRE file. Turn it into an edit.
''' '''
prompt_comments = ''' prompt_comments = '''
@ -423,14 +422,16 @@ To this file:
``` ```
{content} {content}
``` ```
ONLY OUTPUT {fname} !!!
''' '''
sys_prompt = ''' sys_prompt = '''
You are an expert code editor. You are an expert code editor.
Perform the requested edit. Perform the requested edit.
Output ONLY the new version of the file. Output ONLY the new version of the file.
Just that one file.
Do not output explanations! Do not output explanations!
Do not wrap the output in ``` delimiters. Do not wrap the output in ``` delimiters.
Just the content of the file!
''' '''
messages = [ messages = [