mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
add 32k model
This commit is contained in:
@@ -46,6 +46,14 @@ class GoogleVertexAI_ChatModels implements INode {
|
|||||||
{
|
{
|
||||||
label: 'codechat-bison',
|
label: 'codechat-bison',
|
||||||
name: 'codechat-bison'
|
name: 'codechat-bison'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'chat-bison-32k',
|
||||||
|
name: 'chat-bison-32k'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'codechat-bison-32k',
|
||||||
|
name: 'codechat-bison-32k'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
default: 'chat-bison',
|
default: 'chat-bison',
|
||||||
|
|||||||
@@ -50,6 +50,18 @@ class GoogleVertexAI_LLMs implements INode {
|
|||||||
{
|
{
|
||||||
label: 'code-gecko',
|
label: 'code-gecko',
|
||||||
name: 'code-gecko'
|
name: 'code-gecko'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'text-bison-32k',
|
||||||
|
name: 'text-bison-32k'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'code-bison-32k',
|
||||||
|
name: 'code-bison-32k'
|
||||||
|
},
|
||||||
|
{
|
||||||
|
label: 'code-gecko-32k',
|
||||||
|
name: 'code-gecko-32k'
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
default: 'text-bison'
|
default: 'text-bison'
|
||||||
|
|||||||
Reference in New Issue
Block a user