Skip to content

Commit

Permalink
add: xAI grok-2-1212 model
Browse files Browse the repository at this point in the history
  • Loading branch information
gokulkgm committed Dec 17, 2024
1 parent a233008 commit 8d0f0da
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 @@ -233,7 +233,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 8d0f0da

Please sign in to comment.