You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Yesterday's OpenAI outage had me thinking - it would be awesome if Mirascope had a feature where if the designated provider API returned a code indicating that there was an outage, I could specify another provider to attempt. Maybe this would take the form of a fallback decorator?
Would be pretty killer to have stuff fallback to Anthropic when OpenAI is down etc.
The text was updated successfully, but these errors were encountered:
For a fallback decorator, we first need to finish #729 so that we have a truly provider-agnostic interface. Implementing this should be fairly straightforward once we have the new decorator. Thanks for the suggestion!
Description
Yesterday's OpenAI outage had me thinking - it would be awesome if Mirascope had a feature where if the designated provider API returned a code indicating that there was an outage, I could specify another provider to attempt. Maybe this would take the form of a fallback decorator?
Would be pretty killer to have stuff fallback to Anthropic when OpenAI is down etc.
The text was updated successfully, but these errors were encountered: