Skip to content

Commit

Permalink
💄 style: add LLaVA 1.5 7B model in Groq (lobehub#3769)
Browse files Browse the repository at this point in the history
  • Loading branch information
hezhijie0327 committed Sep 6, 2024
1 parent 176c01a commit f78a0b1
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/config/modelProviders/groq.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Groq: ModelProviderCard = {
tokens: 8192,
},
{
displayName: 'Gemma2 9B',
displayName: 'Gemma 2 9B',
enabled: true,
functionCall: true,
id: 'gemma2-9b-it',
Expand All @@ -76,6 +76,13 @@ const Groq: ModelProviderCard = {
id: 'mixtral-8x7b-32768',
tokens: 32_768,
},
{
displayName: 'LLaVA 1.5 7B',
enabled: true,
id: 'llava-v1.5-7b-4096-preview',
tokens: 4096,
vision: true,
},
],
checkModel: 'gemma2-9b-it',
id: 'groq',
Expand Down

0 comments on commit f78a0b1

Please sign in to comment.