-
Notifications
You must be signed in to change notification settings - Fork 0
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
Handle AI Model Exceptions [Anthropic, OpenAI, etc] #5
Labels
bug
Something isn't working
Comments
we have model swtiching |
@nang-dev Rewrote. We should be handling the exceptions in some way instead of letting them just be caught by flask. |
tru |
ItWasEnder
changed the title
Handle AI Model Exceptions [Claude, OpenAI, etc]
Handle AI Model Exceptions [Anthropic, OpenAI, etc]
Sep 1, 2024
I got this |
goat @cqdev-co |
nang-dev
moved this from Todo
to In Progress
in San Francisco V2 Release Quest (please comment on issue you'd like to start. First number on tasks indicates priority (highest is 0))
Sep 16, 2024
Done and merged Source: trust me bro |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There is a risk of the AI SDKs generating unhandled exceptions, such as 429 and overload exceptions. To prevent fatal crashes, we need to implement handling these errors in a more graceful way.
Example
The text was updated successfully, but these errors were encountered: