add groq llama3.1
This commit is contained in:
parent
ef480c91fc
commit
18b5de30c7
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue