Skip to content

Commit 8218fa6

Browse files
authored
Merge pull request #1421 from dceoy/main
Update Groq models and tokens
2 parents 8463c4f + e89b65e commit 8218fa6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pr_agent/algo/__init__.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,10 +66,10 @@
6666
'claude-3-5-sonnet': 100000,
6767
'groq/llama3-8b-8192': 8192,
6868
'groq/llama3-70b-8192': 8192,
69+
'groq/llama-3.1-8b-instant': 8192,
70+
'groq/llama-3.3-70b-versatile': 128000,
6971
'groq/mixtral-8x7b-32768': 32768,
70-
'groq/llama-3.1-8b-instant': 131072,
71-
'groq/llama-3.1-70b-versatile': 131072,
72-
'groq/llama-3.1-405b-reasoning': 131072,
72+
'groq/gemma2-9b-it': 8192,
7373
'ollama/llama3': 4096,
7474
'watsonx/meta-llama/llama-3-8b-instruct': 4096,
7575
"watsonx/meta-llama/llama-3-70b-instruct": 4096,

0 commit comments

Comments
 (0)