docs(routing.md): renaming docs for simplicity

This commit is contained in:
Krrish Dholakia 2023-10-25 14:23:09 -07:00
parent 628e52e9ab
commit 96068a2031

View file

@ -1,6 +1,6 @@
# Azure API Load-Balancing
# Manage Multiple Deployments
Use this if you're trying to load-balance across multiple Azure/OpenAI deployments.
Use this if you're trying to load-balance across multiple deployments (e.g. Azure/OpenAI).
`Router` prevents failed requests, by picking the deployment which is below rate-limit and has the least amount of tokens used.