-
Notifications
You must be signed in to change notification settings - Fork 44.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Retry 503 OpenAI errors #4745
Retry 503 OpenAI errors #4745
Conversation
Signed-off-by: Merwane Hamadi <[email protected]>
c5514df
to
1fead30
Compare
You changed AutoGPT's behaviour. The cassettes have been updated and will be merged to the submodule when this Pull Request gets merged. |
Codecov ReportPatch coverage:
Additional details and impacted files@@ Coverage Diff @@
## stable #4745 +/- ##
===========================================
+ Coverage 50.90% 71.02% +20.11%
===========================================
Files 65 71 +6
Lines 2976 3537 +561
Branches 504 563 +59
===========================================
+ Hits 1515 2512 +997
+ Misses 1336 852 -484
- Partials 125 173 +48
☔ View full report in Codecov by Sentry. |
Hey @merwanehamadi Have you looked at wrapping the base openai call with
|
Signed-off-by: Merwane Hamadi <[email protected]>
Background
#4744
it needs to be an internal PR
Changes
Documentation
Test Plan
PR Quality Checklist