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:
Henry Heng 2025-02-24 22:18:03 +00:00 committed by GitHub
parent fe2d16004c
commit ac138a7a27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 17 additions and 11 deletions

View File

@ -778,11 +778,11 @@ paths:
'200': '200':
description: Successfully execute refresh operation description: Successfully execute refresh operation
content: content:
application/json: application/json:
schema: schema:
type: array type: array
items: items:
$ref: '#/components/schemas/VectorUpsertResponse' $ref: '#/components/schemas/VectorUpsertResponse'
'400': '400':
description: Invalid request body description: Invalid request body
@ -1036,11 +1036,11 @@ paths:
required: true required: true
responses: responses:
'200': '200':
description: Feedback successfully created description: Feedback successfully created
content: content:
application/json: application/json:
schema: schema:
$ref: '#/components/schemas/ChatMessageFeedback' $ref: '#/components/schemas/ChatMessageFeedback'
'400': '400':
description: Invalid input provided description: Invalid input provided
'500': '500':

View File

@ -320,6 +320,11 @@
{ {
"name": "chatAnthropic", "name": "chatAnthropic",
"models": [ "models": [
{
"label": "claude-3-7-sonnet-latest",
"name": "claude-3-7-sonnet-latest",
"description": "Most recent snapshot version of Claude Sonnet 3.7 model - hybrid reasoning model"
},
{ {
"label": "claude-3-5-haiku-latest", "label": "claude-3-5-haiku-latest",
"name": "claude-3-5-haiku-latest", "name": "claude-3-5-haiku-latest",

View File

@ -241,7 +241,7 @@ class ChatOpenAI_ChatModels implements INode {
streaming: streaming ?? true streaming: streaming ?? true
} }
if (modelName === 'o3-mini') { if (modelName.includes('o3')) {
delete obj.temperature delete obj.temperature
} }
if ((modelName.includes('o1') || modelName.includes('o3')) && reasoningEffort) { if ((modelName.includes('o1') || modelName.includes('o3')) && reasoningEffort) {

View File

@ -38347,3 +38347,4 @@ snapshots:
react: 18.2.0 react: 18.2.0
zwitch@2.0.4: {} zwitch@2.0.4: {}