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

@ -1,11 +1,11 @@
watch_code_prompt = """
Find the "AI" comments below (marked with ) in the code files I've shared with you.
They contain your instructions.
Make the requested changes.
Be sure to remove all these "AI" comments from the code!
I've written your instructions there.
Follow my instructions as given in the AI comments and make the requested changes.
Also, be sure to remove all the "AI" comments from the code too.
"""
watch_ask_prompt = """/ask
Find the "AI" comments below (marked with ) in the code files I've shared with you.
They contain your questions you need to answer and other instructions.
They contain my questions that I need you to answer and other instructions for you.
"""