Endless try Loop detection #978
Replies: 3 comments 3 replies
-
I was just about to open the same feature request before I stumbled over your message. I'm running roo code against a self-hosted ollama model and gave it a task. I then left the machine since I didn't expect a timely response. I stumbled over such issues already in the past and would absolutely appreciate, if RC could detect loops and abort exection (mayby even trigger a notification to my mobile about the abort, but notifications might be a different topic...) |
Beta Was this translation helpful? Give feedback.
-
I'm dealing with this too. My Sonnet costs are out of control last month so I've been trying and having some good progress with FuseAI/FuseO1-DeepSeekR1-QwQ-SkyT1-32B-Preview-GGUF. However, twice now it's gotten stuck in a loop. I wonder if it would be possible to detect the same exact response twice in a row from the model and perhaps inject something into the prompt to get it back on track. |
Beta Was this translation helpful? Give feedback.
-
This issue is also known in OpenHands as well, so there has tom be a common cause with this when it comes to trying alternate solutions |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
copying request from shabc via Discord:
i am trying small and simple winfoem really small,
and the model (qwen 2.5 coder 32b 16k-ctx-win) is looping forever because of 2 warning of possible null,
i gave it an hour and it loops without realising that it tried already the same solutions,
i will add more context window hopping this can solve it, but i think some code to realise we are in a loop should be placed and admit defit and allow the user to take control, or at least allow the user to enter a prompt in the middle of the task (while running) so it can add new light to the AI retrys (for instance: you tried already this solution... maybe try more ideas ...)
Beta Was this translation helpful? Give feedback.
All reactions