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
User-friendly errors should be shown to the user on the GUI.
Here's one example: using an OpenAI key with an insufficient quota gives this error on the ExecGPT backend: exception: 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'}}
The Answer on the GUI is empty.
One suggestion would be to display user-friendly errors in a pop-up alert (or something similar).
The text was updated successfully, but these errors were encountered:
exception: 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'}}
With the exception noted above, the graph appears as shown in this image.
User-friendly errors should be shown to the user on the GUI.
Here's one example: using an OpenAI key with an insufficient quota gives this error on the ExecGPT backend:
exception: 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'}}
The Answer on the GUI is empty.
One suggestion would be to display user-friendly errors in a pop-up alert (or something similar).
The text was updated successfully, but these errors were encountered: