mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-28 00:05:01 +00:00
feat: Add openrouter/openai/o1 model and update prompts
This commit is contained in:
parent
7dd1346878
commit
2aa4615c78
6 changed files with 57 additions and 19 deletions
|
@ -3,7 +3,7 @@ instructions_addendum = """
|
|||
|
||||
Use the above instructions to modify the supplied files: {file_list}
|
||||
Don't change the names of existing functions or classes, as they may be referenced from other code like unit tests, etc.
|
||||
Only use standard python libraries, don't suggest installing any packages.
|
||||
Only use standard libraries, don't suggest installing any packages.
|
||||
""" # noqa: E501
|
||||
|
||||
|
||||
|
@ -11,6 +11,6 @@ test_failures = """
|
|||
####
|
||||
|
||||
See the testing errors above.
|
||||
The tests are correct.
|
||||
The tests are correct, don't try and change them.
|
||||
Fix the code in {file_list} to resolve the errors.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue