mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 18:25:00 +00:00
prompt
This commit is contained in:
parent
c44cc12b42
commit
2f5f8561b5
1 changed files with 3 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue