Skip to content

Commit

Permalink
Merge pull request #1421 from dceoy/main
Browse files Browse the repository at this point in the history
Update Groq models and tokens
  • Loading branch information
mrT23 authored Dec 30, 2024
2 parents 8463c4f + e89b65e commit 8218fa6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pr_agent/algo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,10 @@
'claude-3-5-sonnet': 100000,
'groq/llama3-8b-8192': 8192,
'groq/llama3-70b-8192': 8192,
'groq/llama-3.1-8b-instant': 8192,
'groq/llama-3.3-70b-versatile': 128000,
'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,
'groq/gemma2-9b-it': 8192,
'ollama/llama3': 4096,
'watsonx/meta-llama/llama-3-8b-instruct': 4096,
"watsonx/meta-llama/llama-3-70b-instruct": 4096,
Expand Down

0 comments on commit 8218fa6

Please sign in to comment.