You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use Open Interpreter when there is little money in account until it runs out.
Expected behavior
Should print the error message without crashing or dropping the conversation, so you can replenish account and continue.
Screenshots
raise RateLimitError(
litellm.exceptions.RateLimitError: RateLimitError: OpenAIException - Error code: 429 - {'error': {'message': 'You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.', 'type': 'insufficient_quota', 'param': None, 'code': 'insufficient_quota'}}
Open Interpreter version
0.2.5
Python version
Python 3.12.3
Operating System name and version
Windows 10
Additional context
No response
The text was updated successfully, but these errors were encountered:
Describe the bug
Crashes when OpenAI account runs out of money
Reproduce
Use Open Interpreter when there is little money in account until it runs out.
Expected behavior
Should print the error message without crashing or dropping the conversation, so you can replenish account and continue.
Screenshots
Open Interpreter version
0.2.5
Python version
Python 3.12.3
Operating System name and version
Windows 10
Additional context
No response
The text was updated successfully, but these errors were encountered: