Skip to content

Commit a53b10f

Browse files
authored
Merge pull request #800 from gokulkgm/xai-update
feat: add xAI grok-2-1212 model
2 parents 7e344aa + 8d0f0da commit a53b10f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

app/utils/constants.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,10 @@ const PROVIDER_LIST: ProviderInfo[] = [
232232
},
233233
{
234234
name: 'xAI',
235-
staticModels: [{ name: 'grok-beta', label: 'xAI Grok Beta', provider: 'xAI', maxTokenAllowed: 8000 }],
235+
staticModels: [
236+
{ name: 'grok-beta', label: 'xAI Grok Beta', provider: 'xAI', maxTokenAllowed: 8000 },
237+
{ name: 'grok-2-1212', label: 'xAI Grok2 1212', provider: 'xAI', maxTokenAllowed: 8000 },
238+
],
236239
getApiKeyLink: 'https://docs.x.ai/docs/quickstart#creating-an-api-key',
237240
},
238241
{

0 commit comments

Comments
 (0)