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
Openai error handling for ratelimit, timeout and try again errors(fix#1255) (#1361)
* Adds error handling for openai's rate limit error in llms/openai module and its tests
- Adds test for rate limit error handling in the llms/openai module
- Adds error handling for rate limit error in the llms/openai module
- Refactors code in llms/openai module to be readable and modular
* Adds error handling for openai's timeout error in llms/openai module and its test
- Adds test for timeout error handling in chat_completion in llms/openai module
- Adds error handling for openai's timeout error in chat_completion in llms/openai module
* Adds error handling for openai's try again error in llms/openai module and its test
- Adds test for openai's try again error handling in chat_completion in llms/openai module
- Adds error handling for openai's try again error in chat_completion in llms/openai module
* Refactors llms/openai module and its tests to return error after retry attempts are exausted
* Increases wait time for retry of chat_completion in llms/openai module
* Removes unused import
0 commit comments