Skip to content

Commit e89b65e

Browse files
committed
Increase the max token of groq/llama-3.3-70b-versatile
1 parent 71c558d commit e89b65e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pr_agent/algo/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
'groq/llama3-8b-8192': 8192,
6868
'groq/llama3-70b-8192': 8192,
6969
'groq/llama-3.1-8b-instant': 8192,
70-
'groq/llama-3.3-70b-versatile': 8192,
70+
'groq/llama-3.3-70b-versatile': 128000,
7171
'groq/mixtral-8x7b-32768': 32768,
7272
'groq/gemma2-9b-it': 8192,
7373
'ollama/llama3': 4096,

0 commit comments

Comments
 (0)