BerriAI / reliableGPT

Get 100% uptime, reliability from OpenAI. Handle Rate Limit, Timeout, API, Keys Errors
MIT License
623 stars 33 forks source link

remove Graceful fall back string #25

Open ishaan-jaff opened 1 year ago

ishaan-jaff commented 1 year ago

I already have a try / catch block for my querying function. I don't want relaibleGPT to stop returning the exceptions.

It can try running something through my fallback -> if it still fails it should just raise the error and not give me a fallback string.