fix(Anthropic Chat Model Node): Fix detection of chat models in docker build & add support Claude Haiku (#8953)

Signed-off-by: Oleg Ivaniv <me@olegivaniv.com>
Co-authored-by: Michael Kret <michael.k@radency.com>
This commit is contained in:
oleg
2024-03-22 12:03:54 +01:00
committed by GitHub
parent 666867a236
commit 76041b8587
2 changed files with 10 additions and 5 deletions

View File

@@ -26,6 +26,10 @@ const modelField: INodeProperties = {
name: 'Claude 3 Sonnet(20240229)',
value: 'claude-3-sonnet-20240229',
},
{
name: 'Claude 3 Haiku(20240307)',
value: 'claude-3-haiku-20240307',
},
{
name: 'LEGACY: Claude 2',
value: 'claude-2',