mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 09:14:59 +00:00
Added groq llama3
This commit is contained in:
parent
3c2f753c94
commit
fd5b9bbfcb
3 changed files with 26 additions and 5 deletions
|
@ -125,6 +125,14 @@ MODEL_SETTINGS = [
|
|||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
),
|
||||
# Groq llama3
|
||||
ModelSettings(
|
||||
"groq/llama3-70b-8192",
|
||||
"diff",
|
||||
weak_model_name="groq/llama3-8b-8192",
|
||||
use_repo_map=True,
|
||||
send_undo_reply=True,
|
||||
),
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue