mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
Added groq llama3
This commit is contained in:
parent
3c2f753c94
commit
fd5b9bbfcb
3 changed files with 26 additions and 5 deletions
|
@ -955,7 +955,7 @@ def run_test(
|
|||
chat_history_file=history_fname,
|
||||
)
|
||||
|
||||
main_model = models.Model(model_name)
|
||||
main_model = models.Model(model_name, require_model_info=False)
|
||||
edit_format = edit_format or main_model.edit_format
|
||||
|
||||
dump(main_model)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue