Skip to content

Commit eb53146

Browse files
add: groq-llama3.3-70b
add: Groq Llama 3.3 70B removed Groq Llama 3.1 70B (deprecated)
2 parents f27f7bb + 3240904 commit eb53146

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/utils/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,11 +139,11 @@ const PROVIDER_LIST: ProviderInfo[] = [
139139
{
140140
name: 'Groq',
141141
staticModels: [
142-
{ name: 'llama-3.1-70b-versatile', label: 'Llama 3.1 70b (Groq)', provider: 'Groq', maxTokenAllowed: 8000 },
143142
{ name: 'llama-3.1-8b-instant', label: 'Llama 3.1 8b (Groq)', provider: 'Groq', maxTokenAllowed: 8000 },
144143
{ name: 'llama-3.2-11b-vision-preview', label: 'Llama 3.2 11b (Groq)', provider: 'Groq', maxTokenAllowed: 8000 },
145144
{ name: 'llama-3.2-3b-preview', label: 'Llama 3.2 3b (Groq)', provider: 'Groq', maxTokenAllowed: 8000 },
146145
{ name: 'llama-3.2-1b-preview', label: 'Llama 3.2 1b (Groq)', provider: 'Groq', maxTokenAllowed: 8000 },
146+
{ name: 'llama-3.3-70b-versatile', label: 'Llama 3.3 70b (Groq)', provider: 'Groq', maxTokenAllowed: 8000 },
147147
],
148148
getApiKeyLink: 'https://console.groq.com/keys',
149149
},

0 commit comments

Comments
 (0)