mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 19:00:59 +03:00
Feature/Custom Assistant Builder (#3631)
* add custom assistant builder * add tools to custom assistant * add save assistant button
This commit is contained in:
@@ -55,7 +55,7 @@ class AWSChatBedrock_ChatModels implements INode {
|
||||
name: 'model',
|
||||
type: 'asyncOptions',
|
||||
loadMethod: 'listModels',
|
||||
default: 'anthropic.claude-3-haiku'
|
||||
default: 'anthropic.claude-3-haiku-20240307-v1:0'
|
||||
},
|
||||
{
|
||||
label: 'Custom Model Name',
|
||||
|
||||
Reference in New Issue
Block a user