From 96068a203156d697683ac3265c07fb5944472dba Mon Sep 17 00:00:00 2001 From: Krrish Dholakia Date: Wed, 25 Oct 2023 14:23:09 -0700 Subject: [PATCH] docs(routing.md): renaming docs for simplicity --- docs/my-website/docs/routing.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/my-website/docs/routing.md b/docs/my-website/docs/routing.md index 17168c607..e11f0485f 100644 --- a/docs/my-website/docs/routing.md +++ b/docs/my-website/docs/routing.md @@ -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.