mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 11:01:22 +03:00
Chore/Add Groq Llama 3.1 (#2860)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1
This commit is contained in:
@@ -423,6 +423,26 @@
|
||||
{
|
||||
"name": "groqChat",
|
||||
"models": [
|
||||
{
|
||||
"label": "llama-3.1-405b-reasoning",
|
||||
"name": "llama-3.1-405b-reasoning"
|
||||
},
|
||||
{
|
||||
"label": "llama-3.1-70b-versatile",
|
||||
"name": "llama-3.1-70b-versatile"
|
||||
},
|
||||
{
|
||||
"label": "llama-3.1-8b-instant",
|
||||
"name": "llama-3.1-8b-instant"
|
||||
},
|
||||
{
|
||||
"label": "llama3-groq-70b-8192-tool-use-preview",
|
||||
"name": "llama3-groq-70b-8192-tool-use-preview"
|
||||
},
|
||||
{
|
||||
"label": "llama3-groq-8b-8192-tool-use-preview",
|
||||
"name": "llama3-groq-8b-8192-tool-use-preview"
|
||||
},
|
||||
{
|
||||
"label": "gemma-7b-it",
|
||||
"name": "gemma-7b-it"
|
||||
|
||||
Reference in New Issue
Block a user