From daa65e7b0276f4e32cbfc173e6129478dc6fcfbc Mon Sep 17 00:00:00 2001 From: Dev Khant Date: Thu, 15 Aug 2024 21:22:19 +0530 Subject: [PATCH] fix litellm doc link (#1709) --- docs/components/llms/models/litellm.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/components/llms/models/litellm.mdx b/docs/components/llms/models/litellm.mdx index 9eb0855e..c0db85cd 100644 --- a/docs/components/llms/models/litellm.mdx +++ b/docs/components/llms/models/litellm.mdx @@ -1,4 +1,4 @@ -[Litellm](https://litellm.vercel.app/docs/) is compatible with over 100 large language models (LLMs), all using a standardized input/output format. You can explore the [available models]((https://litellm.vercel.app/docs/providers)) to use with Litellm. Ensure you set the `API_KEY` for the model you choose to use. +[Litellm](https://litellm.vercel.app/docs/) is compatible with over 100 large language models (LLMs), all using a standardized input/output format. You can explore the [available models](https://litellm.vercel.app/docs/providers) to use with Litellm. Ensure you set the `API_KEY` for the model you choose to use. ## Usage