From dee900e54d8c296c03dbc32f3458e2b48355865f Mon Sep 17 00:00:00 2001 From: Spencer Krum Date: Fri, 28 Jun 2024 11:38:41 -0500 Subject: [PATCH] docs: minor link repairs --- docs/my-website/docs/proxy/configs.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/my-website/docs/proxy/configs.md b/docs/my-website/docs/proxy/configs.md index 80235586c16..3ab644855ba 100644 --- a/docs/my-website/docs/proxy/configs.md +++ b/docs/my-website/docs/proxy/configs.md @@ -280,14 +280,14 @@ curl --location 'http://0.0.0.0:4000/v1/model/info' \ ## Load Balancing :::info -For more on this, go to [this page](./load_balancing.md) +For more on this, go to [this page](https://docs.litellm.ai/docs/proxy/load_balancing) ::: -Use this to call multiple instances of the same model and configure things like [routing strategy](../routing.md#advanced). +Use this to call multiple instances of the same model and configure things like [routing strategy](https://docs.litellm.ai/docs/routing#advanced). For optimal performance: - Set `tpm/rpm` per model deployment. Weighted picks are then based on the established tpm/rpm. -- Select your optimal routing strategy in `router_settings:routing_strategy`. +- Select your optimal routing strategy in `router_settings:routing_strategy`. LiteLLM supports ```python