Task #3126
Handle OpenAI API error codes
Start date:
07/13/2023
Due date:
07/24/2023
% Done:
100%
Estimated time:
(Total: 6.00 h)
Spent time:
(Total: 8.50 h)
Description
Extension side
--------------
Whatever is the error, we should give a message "Unfortunately, ChatGPT Plus API Servers are very busy. Please retry later".
Server side
-----------
If error is 401 or 429, please log a critical level message; else log a info level message.
Message = "OpenAI error: <return error code and message from API call>"
Subtasks
Updated by Ayush Khandelwal over 1 year ago
- Assignee changed from Ayush Khandelwal to Venmuhilan B
Updated by Ayush Khandelwal about 1 year ago
- Assignee changed from Ayush Khandelwal to Ram Kordale
Added