From d70a5bbf15b07973ed6906f93f3c4aaf4fc26906 Mon Sep 17 00:00:00 2001 From: Sheil Naik Date: Tue, 13 Feb 2024 00:39:56 -0500 Subject: [PATCH] docs: Fix broken link in LLMs index.mdx (#16557) - **Description:** The [LLMs](https://python.langchain.com/docs/modules/model_io/llms/) page has a broken link. This fixes the link. - **Issue:** N/A - **Dependencies:** N/A - **Twitter handle:** @sheilnaik --- docs/docs/modules/model_io/llms/index.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/modules/model_io/llms/index.mdx b/docs/docs/modules/model_io/llms/index.mdx index 8e7a1e95dab..ead4a3e1b9f 100644 --- a/docs/docs/modules/model_io/llms/index.mdx +++ b/docs/docs/modules/model_io/llms/index.mdx @@ -26,4 +26,4 @@ This includes: - [How to write a custom LLM class](./custom_llm) - [How to cache LLM responses](./llm_caching) - [How to stream responses from an LLM](./streaming_llm) -- [How to track token usage in an LLM call)(./token_usage_tracking) +- [How to track token usage in an LLM call](./token_usage_tracking)