mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-28 15:00:57 +03:00
Feature/update openai version, add reasoning effort param, add o3 mini (#3973)
* update openai version, add reasoning effort param * update azure * add filter for pinecone llamaindex * update graph cypher qa chain
This commit is contained in:
@@ -230,6 +230,14 @@
|
||||
{
|
||||
"name": "azureChatOpenAI",
|
||||
"models": [
|
||||
{
|
||||
"label": "o3-mini",
|
||||
"name": "o3-mini"
|
||||
},
|
||||
{
|
||||
"label": "o1",
|
||||
"name": "o1"
|
||||
},
|
||||
{
|
||||
"label": "o1-preview",
|
||||
"name": "o1-preview"
|
||||
@@ -397,6 +405,10 @@
|
||||
{
|
||||
"name": "chatGoogleGenerativeAI",
|
||||
"models": [
|
||||
{
|
||||
"label": "gemini-2.0-flash-exp",
|
||||
"name": "gemini-2.0-flash-exp"
|
||||
},
|
||||
{
|
||||
"label": "gemini-1.5-flash-latest",
|
||||
"name": "gemini-1.5-flash-latest"
|
||||
|
||||
Reference in New Issue
Block a user