feat: Add openrouter/openai/o1 model and update prompts

This commit is contained in:
Paul Gauthier 2024-12-18 06:59:14 -08:00 committed by Paul Gauthier (aider)
parent 7dd1346878
commit 2aa4615c78
6 changed files with 57 additions and 19 deletions

View file

@ -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.
"""