Added groq llama3

This commit is contained in:
Paul Gauthier 2024-04-22 07:12:01 -07:00
parent 3c2f753c94
commit fd5b9bbfcb
3 changed files with 26 additions and 5 deletions

View file

@ -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,
),
]