From a73e890d8fb3c12e05a7000dc09241e5ae0af3a8 Mon Sep 17 00:00:00 2001 From: Alexsander Hamir Date: Mon, 3 Nov 2025 17:00:03 -0800 Subject: [PATCH] fix: broken link on model_management.md (#16217) --- docs/my-website/docs/proxy/model_management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/proxy/model_management.md b/docs/my-website/docs/proxy/model_management.md index 6a87dda2f4..1faaf697d3 100644 --- a/docs/my-website/docs/proxy/model_management.md +++ b/docs/my-website/docs/proxy/model_management.md @@ -20,7 +20,7 @@ model_list: Retrieve detailed information about each model listed in the `/model/info` endpoint, including descriptions from the `config.yaml` file, and additional model info (e.g. max tokens, cost per input token, etc.) pulled from the model_info you set and the [litellm model cost map](https://github.com/BerriAI/litellm/blob/main/model_prices_and_context_window.json). Sensitive details like API keys are excluded for security purposes. :::tip Sync Model Data -Keep your model pricing data up to date by [syncing models from GitHub](../sync_models_github.md). +Keep your model pricing data up to date by [syncing models from GitHub](sync_models_github.md). :::