- n8nVersion: 1.114.4
- platform: docker (cloud)
- nodeJsVersion: 22.19.0
- nodeEnv: production
- database: sqlite
- executionMode: regular
- concurrency: 50
- license: community
Trying to use streaming from OpenAI. I upgraded version of n8n, replaced webhook trigger with newer version, set “response type”=streaming, there is also “message an assistant” OpenAI node (latest version, but not seeing any streaming options there), and finally “respond to webhhok” node in the end. I’ve tried to replace it with latest version (1.5), but it creates 1.4 version anyways.
How can I use latest 1.5 version (with streaming support)?