From 92a94d4b999a72b6a2d9fb117409f9cd19438381 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 7 May 2023 20:41:02 -0700 Subject: [PATCH] cleanup --- prompts.py | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/prompts.py b/prompts.py index 8daae2b89..70a3bb297 100644 --- a/prompts.py +++ b/prompts.py @@ -61,33 +61,3 @@ files_content_suffix = """ BASE ANY EDITS ON THE CURRENT CONTENTS OF THE FILES AS SHOWN IN THIS MESSAGE. """ - -### EDITOR - -editor_system = """ -You are an expert code editor. -Perform the requested edit. -Output ONLY the new version of the file. -Just that one file. -Do not output explanations! -Do not wrap the output in ``` delimiters. -""" - -editor_user = """ -To complete this request: - -{request} - -You need to apply this change: - -{edit} - -To this file: - -{fname} -``` -{content} -``` - -ONLY OUTPUT {fname} !!! -"""