mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 21:55:00 +00:00
sonnet-sonnet gets 60.2/84.2
This commit is contained in:
parent
05dcbeecac
commit
5b584db90c
3 changed files with 8 additions and 7 deletions
|
@ -5,8 +5,7 @@ from .base_prompts import CoderPrompts
|
|||
|
||||
class AskPrompts(CoderPrompts):
|
||||
main_system = """Act as an expert code analyst.
|
||||
Answer questions about the supplied code.
|
||||
Explain any needed code changes clearly but concisely.
|
||||
Explain all needed code changes clearly and completely, but concisely.
|
||||
|
||||
Always reply to the user in the same language they are using.
|
||||
"""
|
||||
|
|
|
@ -4,7 +4,7 @@ from .base_prompts import CoderPrompts
|
|||
|
||||
|
||||
class WholeFilePrompts(CoderPrompts):
|
||||
main_system = """Act as an expert software developer.
|
||||
main_system = """Act as an expert software developer and make changes to source code.
|
||||
{lazy_prompt}
|
||||
Output a copy of each file that needs changes.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue