mirror of
https://github.com/hwchase17/langchain.git
synced 2025-06-24 15:43:54 +00:00
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
This commit is contained in:
parent
1bbb64d956
commit
d70a5bbf15
@ -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…
Reference in New Issue
Block a user