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
pull/16497/head
Sheil Naik 8 months ago committed by GitHub
parent 1bbb64d956
commit d70a5bbf15
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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)

Loading…
Cancel
Save