mirror of https://github.com/FlowiseAI/Flowise.git
Chore/Sonnet 3.5 (#2698)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnetpull/2613/head^2
parent
d4f80394d3
commit
f811fc4e5d
|
|
@ -8,6 +8,11 @@
|
|||
"name": "anthropic.claude-3-haiku-20240307-v1:0",
|
||||
"description": "Image to text, conversation, chat optimized"
|
||||
},
|
||||
{
|
||||
"label": "anthropic.claude-3.5-sonnet",
|
||||
"name": "anthropic.claude-3-5-sonnet-20240620-v1:0",
|
||||
"description": "3.5 version of Claude Sonnet model"
|
||||
},
|
||||
{
|
||||
"label": "anthropic.claude-3-sonnet",
|
||||
"name": "anthropic.claude-3-sonnet-20240229-v1:0",
|
||||
|
|
@ -291,6 +296,11 @@
|
|||
"name": "claude-3-opus-20240229",
|
||||
"description": "Most powerful model for highly complex tasks"
|
||||
},
|
||||
{
|
||||
"label": "claude-3.5-sonnet",
|
||||
"name": "claude-3-5-sonnet-20240620",
|
||||
"description": "3.5 version of Claude Sonnet model"
|
||||
},
|
||||
{
|
||||
"label": "claude-3-sonnet",
|
||||
"name": "claude-3-sonnet-20240229",
|
||||
|
|
|
|||
Loading…
Reference in New Issue