mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
Chore/Claude 3.7 (#4075)
* 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 * add o3 mini * add wolframalpha tool * Update pnpm-lock.yaml
This commit is contained in:
@@ -778,11 +778,11 @@ paths:
|
||||
'200':
|
||||
description: Successfully execute refresh operation
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/VectorUpsertResponse'
|
||||
application/json:
|
||||
schema:
|
||||
type: array
|
||||
items:
|
||||
$ref: '#/components/schemas/VectorUpsertResponse'
|
||||
|
||||
'400':
|
||||
description: Invalid request body
|
||||
@@ -1036,11 +1036,11 @@ paths:
|
||||
required: true
|
||||
responses:
|
||||
'200':
|
||||
description: Feedback successfully created
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ChatMessageFeedback'
|
||||
description: Feedback successfully created
|
||||
content:
|
||||
application/json:
|
||||
schema:
|
||||
$ref: '#/components/schemas/ChatMessageFeedback'
|
||||
'400':
|
||||
description: Invalid input provided
|
||||
'500':
|
||||
|
||||
Reference in New Issue
Block a user