mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 17:01:00 +03:00
Chore/models update (#3590)
* add gemini flash * add gemin flash to vertex * add gemin-1.5-flash-preview to vertex * add azure gpt 4o * add claude 3.5 sonnet * add mistral nemo * add groq llama3.1 * add gpt4o-mini to azure * o1 mini * add groq llama 3.2 * update anthropic models * add 3.5 haiku * update vertex embedding models * add azure o1 models
This commit is contained in:
@@ -230,6 +230,14 @@
|
|||||||
{
|
{
|
||||||
"name": "azureChatOpenAI",
|
"name": "azureChatOpenAI",
|
||||||
"models": [
|
"models": [
|
||||||
|
{
|
||||||
|
"label": "o1-preview",
|
||||||
|
"name": "o1-preview"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"label": "o1-mini",
|
||||||
|
"name": "o1-mini"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"label": "gpt-4o-mini",
|
"label": "gpt-4o-mini",
|
||||||
"name": "gpt-4o-mini"
|
"name": "gpt-4o-mini"
|
||||||
|
|||||||
Reference in New Issue
Block a user