FlowiseAI / Flowise

Drag & drop UI to build your customized LLM flow
https://flowiseai.com
Apache License 2.0
27.1k stars 13.94k forks source link

[BUG]Since last update 1.8.3 A pending llm response (no timeout) brakes the chatflow #2734

Open Gallisatyricon opened 3 days ago

Gallisatyricon commented 3 days ago

Describe the bug Since last update 1.8.3 A pending llm response (no timeout) brakes the chatflow

To Reproduce Steps to reproduce the behavior:

A created a chatflow, in work in progress state, with some queries staying in pending state because I forgot to setup a timeout. I shared the chatflow and some queries were made provoking a pending response. After what my chatflow becomes impossible to repair.

I tried to restart my container, I changed many parts of my flow etc. The only solution is to start over from scratch.

Setup

Additional context My chatflow was working with 1.8.2. The pending queries didn't blocked everything. Sory for my poor explanation, I'm not a programmer.

Tks if you have any advices. (I did activate timeout now)

Gallisatyricon commented 2 days ago

After several tests, I figure out that this occurs only when ChatGPT4o is used in AzureOpenAI chat module. Switching back to ChatGPT4turbo stop creating these infinite pending loops.