mirror of
https://github.com/stackblitz/bolt.new
synced 2025-02-05 20:46:43 +00:00
add: xAI grok-2-1212 model
This commit is contained in:
parent
a2330084eb
commit
8d0f0da04a
@ -233,7 +233,10 @@ const PROVIDER_LIST: ProviderInfo[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: 'xAI',
|
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',
|
getApiKeyLink: 'https://docs.x.ai/docs/quickstart#creating-an-api-key',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user