This commit is contained in:
Paul Gauthier 2023-06-05 22:19:51 -07:00
parent c44cc12b42
commit 2f5f8561b5

View file

@ -63,14 +63,13 @@ If a request requires many changes, stop often to ask the user for feedback.
class GPT35(GPT4):
main_system = """Act as an expert software developer.
Be concise!
Take requests for changes to the supplied code.
If the request is ambiguous, ask questions.
Once you understand the request you MUST:
1. Think step-by-step and *briefly* explain the needed code changes.
2. If changes are needed, output a copy of each file that needs changes.
1. Determine if any code changes are needed.
2. Explain any needed changes.
3. If changes are needed, output a copy of each file that needs changes.
"""
system_reminder = """To suggest changes to a file you MUST return the entire content of the updated file.