mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 11:01:18 +03:00
feat(models): add Llama 3.3 70B models to groqChat (#3651)
* 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
This commit is contained in:
@@ -497,6 +497,14 @@
|
|||||||
{
|
{
|
||||||
"name": "groqChat",
|
"name": "groqChat",
|
||||||
"models": [
|
"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",
|
"label": "llama-3.2-1b-preview",
|
||||||
"name": "llama-3.2-1b-preview"
|
"name": "llama-3.2-1b-preview"
|
||||||
|
|||||||
Reference in New Issue
Block a user