Show HN: Resilient LLM
github.comResilientLLM is a minimalist but robust LLM integration layer designed to ensure reliable, seamless interactions across multiple LLM providers by intelligently handling failures and rate limits out-of-the-box.
Available as a node.js package `npm i resilient-llm`, support for other languages coming soon.
With just few lines of code, you can avoid writing and maintaining the code to deal with challenges such as:
1. Unstable network conditions
2. Intermittent errors and inconsistent error handling
3. Unpredictable LLM API rate limit errors
More about the motivation and features in the README. Keen to hear your thoughts. If you like this, do star the repo and share your feature requests.