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
4 changed files with 17 additions and 11 deletions
@@ -241,7 +241,7 @@ class ChatOpenAI_ChatModels implements INode {
streaming: streaming ?? true
}
if (modelName === 'o3-mini') {
if (modelName.includes('o3')) {
delete obj.temperature
}
if ((modelName.includes('o1') || modelName.includes('o3')) && reasoningEffort) {