-
Notifications
You must be signed in to change notification settings - Fork 512
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
exponential backoff to handle Play.ht 429s #438
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm, thank you!!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, mind fixing tests?
done, passes locally |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you!!
* update openapi spec 11/24 (vocodedev#444) * updated hosted-api docs (vocodedev#445) * Update README.md (vocodedev#405) * exponential backoff to handle Play.ht 429s (vocodedev#438) * exponential backoff to handle Play.ht 429s * fixing unit test * Anthropic v0.7 (vocodedev#437) * upgrading anthropic client to 0.7 * fixing mypy for anthropic client update * bump openapi spec (vocodedev#448) * update openapi spec (vocodedev#449) * create a guide for byotk (vocodedev#450) * updated hosted-api docs * updated docs with byot and byoai * added convo dials doc (vocodedev#452) * added convo dials doc * Apply suggestions from code review --------- Co-authored-by: Ajay Raj <[email protected]> * add account connections api reference (vocodedev#453) * api spec update 120323 (vocodedev#455) * update openapi specs (vocodedev#456) * update openapi docs (vocodedev#458) * fixed by detecting the ID3 tag * updated poetry lock file --------- Co-authored-by: Ajay Raj <[email protected]> Co-authored-by: Adnaan Sachidanandan <[email protected]> Co-authored-by: Jean-Louis Queguiner <[email protected]> Co-authored-by: Stan Kirdey <[email protected]> Co-authored-by: Eliot Hsu <[email protected]> Co-authored-by: seungjin-vocode <[email protected]> Co-authored-by: Diogo Braganca <[email protected]>
Added exponential backoff as Play.ht likes to return 429s.
Tested with actual conversation that used to throw 429s.