Skip to content

Commit

Permalink
Merge pull request #800 from gokulkgm/xai-update
Browse files Browse the repository at this point in the history
feat: add xAI grok-2-1212 model
  • Loading branch information
thecodacus authored Dec 19, 2024
2 parents 7e344aa + 8d0f0da commit a53b10f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/utils/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,10 @@ const PROVIDER_LIST: ProviderInfo[] = [
},
{
name: 'xAI',
staticModels: [{ name: 'grok-beta', label: 'xAI Grok Beta', provider: 'xAI', maxTokenAllowed: 8000 }],
staticModels: [
{ name: 'grok-beta', label: 'xAI Grok Beta', provider: 'xAI', maxTokenAllowed: 8000 },
{ name: 'grok-2-1212', label: 'xAI Grok2 1212', provider: 'xAI', maxTokenAllowed: 8000 },
],
getApiKeyLink: 'https://docs.x.ai/docs/quickstart#creating-an-api-key',
},
{
Expand Down

0 comments on commit a53b10f

Please sign in to comment.