Skip to content

Router

Choose a tag to compare

@EggerMarc EggerMarc released this 18 Mar 22:47
· 135 commits to main since this release
56bb649

Added Claude provider. Added Router provider. Router acts as your model gateway, you may provide it multiple different clients in order of fallback. Errors which cannot be retried will automatically prompt the loop to choose the next in line. You may also implement sorting strategies of the model, and add metadata to said model. In the examples we show how to make an embeddings based router!

What's Changed

Full Changelog: 0.0.9...0.0.11