mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 23:01:09 +03:00
Chore/Groq Llama3.2 (#3255)
* 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 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2
This commit is contained in:
@@ -431,6 +431,22 @@
|
||||
{
|
||||
"name": "groqChat",
|
||||
"models": [
|
||||
{
|
||||
"label": "llama-3.2-1b-preview",
|
||||
"name": "llama-3.2-1b-preview"
|
||||
},
|
||||
{
|
||||
"label": "llama-3.2-3b-preview",
|
||||
"name": "llama-3.2-3b-preview"
|
||||
},
|
||||
{
|
||||
"label": "llama-3.2-11b-text-preview",
|
||||
"name": "llama-3.2-11b-text-preview"
|
||||
},
|
||||
{
|
||||
"label": "llama-3.2-90b-text-preview",
|
||||
"name": "llama-3.2-90b-text-preview"
|
||||
},
|
||||
{
|
||||
"label": "llama-3.1-405b-reasoning",
|
||||
"name": "llama-3.1-405b-reasoning"
|
||||
|
||||
Reference in New Issue
Block a user