Skip to content

Commit

Permalink
💄 style:improve groq model tokens (lobehub#3833)
Browse files Browse the repository at this point in the history
  • Loading branch information
LovelyGuYiMeng authored Sep 8, 2024
1 parent a91e004 commit e283624
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/modelProviders/groq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,22 +10,22 @@ const Groq: ModelProviderCard = {
enabled: true,
functionCall: true,
id: 'llama-3.1-8b-instant',
tokens: 8000,
tokens: 131_072,
},
{
displayName: 'Llama 3.1 70B (Preview)',
enabled: true,
functionCall: true,
id: 'llama-3.1-70b-versatile',
tokens: 8000,
tokens: 131_072,
},
/*
// Offline due to overwhelming demand! Stay tuned for updates.
{
displayName: 'Llama 3.1 405B (Preview)',
functionCall: true,
id: 'llama-3.1-405b-reasoning',
tokens: 8000,
tokens: 8_192,
},
*/
{
Expand Down

0 comments on commit e283624

Please sign in to comment.