mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-06 12:45:00 +00:00
better prompting for LLM to suggest files
This commit is contained in:
parent
e96420f999
commit
6638efbee4
5 changed files with 12 additions and 6 deletions
|
@ -478,7 +478,7 @@ Hope you like it!
|
|||
print(list(find_original_update_blocks(edit)))
|
||||
|
||||
|
||||
def find_similar_lines(search_lines, content_lines, threshold=0.9):
|
||||
def find_similar_lines(search_lines, content_lines, threshold=0.8):
|
||||
search_lines = search_lines.splitlines()
|
||||
content_lines = content_lines.splitlines()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue