Skip to content

Commit

Permalink
Increase the max token of groq/llama-3.3-70b-versatile
Browse files Browse the repository at this point in the history
  • Loading branch information
dceoy committed Dec 30, 2024
1 parent 71c558d commit e89b65e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pr_agent/algo/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
'groq/llama3-8b-8192': 8192,
'groq/llama3-70b-8192': 8192,
'groq/llama-3.1-8b-instant': 8192,
'groq/llama-3.3-70b-versatile': 8192,
'groq/llama-3.3-70b-versatile': 128000,
'groq/mixtral-8x7b-32768': 32768,
'groq/gemma2-9b-it': 8192,
'ollama/llama3': 4096,
Expand Down

0 comments on commit e89b65e

Please sign in to comment.