Skip to content
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

Merged
merged 1 commit into from
Jun 19, 2023

Retry 503 OpenAI errors

1fead30
Select commit
Loading
Failed to load commit list.
Merged

Retry 503 OpenAI errors #4745

Retry 503 OpenAI errors
1fead30
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 19, 2023 in 0s

71.02% (+20.11%) compared to cd8fdb3

View this Pull Request on Codecov

71.02% (+20.11%) compared to cd8fdb3

Details

Codecov Report

Patch coverage: 73.87% and project coverage change: +20.11 🎉

Comparison is base (cd8fdb3) 50.90% compared to head (1fead30) 71.02%.

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     
Impacted Files Coverage Δ
autogpt/cli.py 0.00% <0.00%> (ø)
autogpt/commands/web_playwright.py 0.00% <0.00%> (ø)
autogpt/singleton.py 100.00% <ø> (ø)
autogpt/speech/eleven_labs.py 28.57% <14.28%> (-0.85%) ⬇️
autogpt/main.py 22.36% <22.22%> (+22.36%) ⬆️
autogpt/speech/say.py 36.66% <25.00%> (ø)
autogpt/commands/audio_text.py 30.76% <26.66%> (+30.76%) ⬆️
autogpt/processing/text.py 36.44% <33.66%> (+16.13%) ⬆️
autogpt/configurator.py 30.37% <41.02%> (+30.37%) ⬆️
autogpt/utils.py 62.62% <47.61%> (-4.44%) ⬇️
... and 52 more

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.