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)