mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
Allow repo map to work with whole edit format, for weaker models with large context
This commit is contained in:
parent
341228b543
commit
f92aecbf7a
3 changed files with 10 additions and 4 deletions
|
@ -41,3 +41,7 @@ Create a new file you MUST return a *file listing* which includes an appropriate
|
|||
|
||||
# this coder is not able to handle repo content
|
||||
repo_content_prefix = None
|
||||
|
||||
repo_content_prefix = """Below here are summaries of files present in the user's git repository.
|
||||
Do not propose changes to these files, they are *read-only*.
|
||||
"""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue