mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
models.json support for Groq (#2328)
* Add Groq models Added current Groq models to improve UX. * Add support for models.json Added the ability to load models from models.json * fix linting * increment groq node version --------- Co-authored-by: Henry Heng <henryheng@flowiseai.com>
This commit is contained in:
@@ -365,6 +365,27 @@
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "groqChat",
|
||||
"models": [
|
||||
{
|
||||
"label": "gemma-7b-it",
|
||||
"name": "gemma-7b-it"
|
||||
},
|
||||
{
|
||||
"label": "llama3-70b-8192",
|
||||
"name": "llama3-70b-8192"
|
||||
},
|
||||
{
|
||||
"label": "llama3-8b-8192",
|
||||
"name": "llama3-8b-8192"
|
||||
},
|
||||
{
|
||||
"label": "mixtral-8x7b-32768",
|
||||
"name": "mixtral-8x7b-32768"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "chatCohere",
|
||||
"models": [
|
||||
|
||||
Reference in New Issue
Block a user