Skip to content

Commit

Permalink
Merge pull request #559 from sugarforever/groq-model
Browse files Browse the repository at this point in the history
feat: groq llama-3.1 and gemma2
  • Loading branch information
satrong authored Jul 28, 2024
2 parents 17af5ac + 3894c1f commit 2d54c9e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@ export const GEMINI_MODELS = [
]

export const GROQ_MODELS = [
"llama-3.1-405b-reasoning",
"llama-3.1-70b-versatile",
"llama-3.1-8b-instant",
"llama3-8b-8192",
"llama3-70b-8192",
"llama2-70b-4096",
"mixtral-8x7b-32768",
"gemma-7b-it"
"gemma-7b-it",
"gemma2-9b-it",
]

0 comments on commit 2d54c9e

Please sign in to comment.