From b2bac2bc345c757ef1df1b865d54573d3506c303 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Mon, 26 Aug 2024 11:06:46 -0700 Subject: [PATCH] fix link on getting started --- docs/my-website/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/my-website/docs/index.md b/docs/my-website/docs/index.md index 0712c3034ba..0089720465e 100644 --- a/docs/my-website/docs/index.md +++ b/docs/my-website/docs/index.md @@ -14,7 +14,7 @@ https://github.com/BerriAI/litellm ## How to use LiteLLM You can use litellm through either: -1. [LiteLLM Proxy Server](#openai-proxy) - Server (LLM Gateway) to call 100+ LLMs, load balance, cost tracking across projects +1. [LiteLLM Proxy Server](#litellm-proxy-server-llm-gateway) - Server (LLM Gateway) to call 100+ LLMs, load balance, cost tracking across projects 2. [LiteLLM python SDK](#basic-usage) - Python Client to call 100+ LLMs, load balance, cost tracking ### **When to use LiteLLM Proxy Server (LLM Gateway)**