gpt3-sandbox
gpt3-sandbox copied to clipboard
openai.error.RateLimitError not handled
I run a fine-tuned model that sometimes takes a while to load. The UI does not reflect that, it just stays "silent".
output in terminal is:
[2022-06-05 11:48:07,665] ERROR in app: Exception on /translate [POST]
(...)
openai.error.RateLimitError: That model is still being loaded. Please try again shortly.
Can the UI be modified to deliver that message to the user?