Skip to content

Commit

Permalink
feat(models): add Llama 3.3 70B models to groqChat (FlowiseAI#3651)
Browse files Browse the repository at this point in the history
* feat(models): add Llama 3.3 70B models to groqChat

Add Meta's latest Llama 3.3 70B models to groqChat options:
- llama-3.3-70b-versatile: New versatile model for general tasks
- llama-3.3-70b-specdec: Specialized model for specific tasks

These models offer comparable quality to Llama 3.1 405B at 1/5th the size,
with improvements in:
- Reasoning and math capabilities
- General knowledge tasks
- Instruction following
- Tool use and JSON outputs
- Code generation and feedback

* Revert minor version bump
  • Loading branch information
jeanibarz authored Dec 8, 2024
1 parent 7d1234a commit 680fe8d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/components/models.json
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,14 @@
{
"name": "groqChat",
"models": [
{
"label": "llama-3.3-70b-versatile",
"name": "llama-3.3-70b-versatile"
},
{
"label": "llama-3.3-70b-specdec",
"name": "llama-3.3-70b-specdec"
},
{
"label": "llama-3.2-1b-preview",
"name": "llama-3.2-1b-preview"
Expand Down

0 comments on commit 680fe8d

Please sign in to comment.