Skip to content

Commit

Permalink
💄 style: Updated Groq model list to include llama-3.1 and llama3-Groq (…
Browse files Browse the repository at this point in the history
…lobehub#3313)

* Updated Groq model list with llama 3.1 models and Groq versions of llama 3

* Update names to match convention
  • Loading branch information
ZachZimm authored Jul 25, 2024
1 parent 27e27cc commit a9cfad6
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/config/modelProviders/groq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,19 +11,32 @@ const Groq: ModelProviderCard = {
tokens: 16_000,
},
{
displayName: 'LLaMA3.1 70B (Preview)',
displayName: 'LLaMA 3.1 70B (Preview)',
enabled: true,
functionCall: true,
id: 'llama-3.1-70b-versatile',
tokens: 8000,
},
{
displayName: 'LLaMA3.1 8B (Preview)',
displayName: 'LLaMA 3.1 8B (Preview)',
enabled: true,
functionCall: true,
id: 'llama-3.1-8b-instant',
tokens: 8000,
},
{
displayName: 'LLaMA 3 Groq 70b Tool Use (preview)',
enabled: true,
functionCall: true,
id: 'llama3-groq-70b-8192-tool-use-preview',
tokens: 8192,
},
{
displayName: 'LLaMA 3 Groq 8b Tool Use (preview)',
enabled: true,
functionCall: true,
id: 'llama3-groq-8b-8192-tool-use-preview',
},
{
displayName: 'LLaMA3 70B',
enabled: true,
Expand Down

0 comments on commit a9cfad6

Please sign in to comment.