mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +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
|
@ -129,8 +129,8 @@ MODEL_SETTINGS = [
|
|||
"groq/llama3-70b-8192",
|
||||
"diff",
|
||||
weak_model_name="groq/llama3-8b-8192",
|
||||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
use_repo_map=False,
|
||||
send_undo_reply=False,
|
||||
),
|
||||
# Gemini
|
||||
ModelSettings(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue