We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8463c4f + e89b65e commit 8218fa6Copy full SHA for 8218fa6
pr_agent/algo/__init__.py
@@ -66,10 +66,10 @@
66
'claude-3-5-sonnet': 100000,
67
'groq/llama3-8b-8192': 8192,
68
'groq/llama3-70b-8192': 8192,
69
+ 'groq/llama-3.1-8b-instant': 8192,
70
+ 'groq/llama-3.3-70b-versatile': 128000,
71
'groq/mixtral-8x7b-32768': 32768,
- 'groq/llama-3.1-8b-instant': 131072,
- 'groq/llama-3.1-70b-versatile': 131072,
72
- 'groq/llama-3.1-405b-reasoning': 131072,
+ 'groq/gemma2-9b-it': 8192,
73
'ollama/llama3': 4096,
74
'watsonx/meta-llama/llama-3-8b-instruct': 4096,
75
"watsonx/meta-llama/llama-3-70b-instruct": 4096,
0 commit comments