Chore/Patch OpenAI Nodes (#4958)

- update lc community and openai version
- fix chatfireworks
- update reasonings for openai models
- update openai apikey param
This commit is contained in:
Henry Heng
2025-07-28 01:17:47 +01:00
committed by GitHub
parent 8846fd14e6
commit aea2b184da
26 changed files with 443 additions and 115 deletions
@@ -138,6 +138,7 @@ class ChatOpenRouter_ChatModels implements INode {
temperature: parseFloat(temperature),
modelName,
openAIApiKey: openRouterApiKey,
apiKey: openRouterApiKey,
streaming: streaming ?? true
}