-
Notifications
You must be signed in to change notification settings - Fork 5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How do I limit the number of runs if the code interpreter fails multiple times #821
Comments
Run |
you are right ,it is 0.1.17 |
|
@CyanideByte didn't you make a PR handling some repeat code with unsupported code? |
(a) A store sells 8 colors of balloons with at least 29 of each color. How many different combinations of 29 balloons can be chosen? (b) If the store has only 12 red balloons but at least 29 of each other color of balloon, how many combinations of balloons can be chosen? (c)If the store has only 8 blue balloons but at least 29 of each other color of balloon, how many combinations of balloons can be chosen? (d)If the store has only 12 red balloons and only 8 blue balloons but at least 29 of each other color of balloon, how many combinations of balloons can be chosen? |
My PR was only active in the case of unsupported code blocks, but the same logic would be useful for just any repeating piece of code I suppose. |
@CyanideByte The actual situation is that it does not stop when encountering the same code. The above mathematical logic problem can reproduce this bug. |
Closing this stale issue. If this is still a problem with the latest version of Open Interpreter, please alert me to re-open the issue. Thanks! |
Describe the bug
How do I limit the number of runs if the code interpreter fails multiple times
Reproduce
How do I limit the number of runs if the code interpreter fails multiple times
Expected behavior
How do I limit the number of runs if the code interpreter fails multiple times
Screenshots
No response
Open Interpreter version
0.1.17
Python version
3.11
Operating System name and version
windows11
Additional context
No response
The text was updated successfully, but these errors were encountered: