Skip to content

Commit 9b98670

Browse files
authored
Merge branch 'main' into feat/image-select
2 parents 4db9169 + 54c7e3d commit 9b98670

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/commit.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{ "commit": "7a31db904d19e75a68d6a6db8f72fe7949a6f19b" }
1+
{ "commit": "eb53146937cbe49a84aaaaa59882df6db4a1e459" }

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)