mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +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
|
@ -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.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue