Skip to content

Commit

Permalink
Merge pull request #1065 from dceoy/feature/add-groq-models
Browse files Browse the repository at this point in the history
Add Llama 3.1 and Mixtral 8x7B for Groq
  • Loading branch information
mrT23 authored Jul 28, 2024
2 parents 11f85ca + 495e2cc commit 49f608c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pr_agent/algo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,9 @@
'bedrock/anthropic.claude-3-5-sonnet-20240620-v1:0': 100000,
'groq/llama3-8b-8192': 8192,
'groq/llama3-70b-8192': 8192,
'groq/mixtral-8x7b-32768': 32768,
'groq/llama-3.1-8b-instant': 131072,
'groq/llama-3.1-70b-versatile': 131072,
'groq/llama-3.1-405b-reasoning': 131072,
'ollama/llama3': 4096,
}

0 comments on commit 49f608c

Please sign in to comment.