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

Handling the rate limit exception #826

Merged
merged 1 commit into from
Jul 20, 2023
Merged

Conversation

TransformerOptimus
Copy link
Collaborator

Description

Fixing the rate limit error

Related Issues

Solution and Design

Test Plan

Type of change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Docs update

Checklist

  • My pull request is atomic and focuses on a single change.
  • I have read the contributing guide and my code conforms to the guidelines.
  • I have documented my changes clearly and comprehensively.
  • I have added the required tests.

@codecov
Copy link

codecov bot commented Jul 20, 2023

Codecov Report

Patch coverage has no change and project coverage change: -0.04 ⚠️

Comparison is base (03442ee) 58.36% compared to head (be7797f) 58.33%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #826      +/-   ##
==========================================
- Coverage   58.36%   58.33%   -0.04%     
==========================================
  Files         157      157              
  Lines        6339     6343       +4     
  Branches      662      664       +2     
==========================================
  Hits         3700     3700              
- Misses       2490     2494       +4     
  Partials      149      149              
Impacted Files Coverage Δ
superagi/agent/super_agi.py 27.77% <0.00%> (-0.26%) ⬇️
superagi/jobs/agent_executor.py 33.48% <0.00%> (-0.32%) ⬇️

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

@TransformerOptimus TransformerOptimus merged commit 2476c8f into main Jul 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants