-
Notifications
You must be signed in to change notification settings - Fork 908
Open
Labels
bugdocumentationImprovements or additions to documentationImprovements or additions to documentationneeds-info
Description
Each prompt request seems to have a maximum execution time. After that, the request hangs indefinitely and never completes.
If this behavior is intentional (e.g., to protect server-side resources), the documentation should mention this maximum execution time limit.
Also, the session should raise/throw a timeout exception instead of just hanging forever.
Not sure if this is related to issue #212.
Reproduction steps
- Create a session and enable the streaming feature (so we can observe whether it's still "thinking" and producing output).
- Ask it to perform an almost impossible task that forces it to keep trying repeatedly.
- After roughly 1 hour, check whether it is still streaming any output.
In my case, I provided a custom car license plate detection dataset and asked it to find a pure OpenCV method to achieve 90% accuracy.
It started outputting progress (e.g., which method it decided to try and the resulting accuracy).
Then at some point, it simply hung and stopped streaming any further output.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugdocumentationImprovements or additions to documentationImprovements or additions to documentationneeds-info