diff --git a/docs/docs/modules/model_io/chat/index.mdx b/docs/docs/modules/model_io/chat/index.mdx index 9fc2752b431..55cebd22b80 100644 --- a/docs/docs/modules/model_io/chat/index.mdx +++ b/docs/docs/modules/model_io/chat/index.mdx @@ -30,4 +30,4 @@ This includes: - [How to use ChatModels that support function calling](./function_calling) - [How to stream responses from a ChatModel](./streaming) - [How to track token usage in a ChatModel call](./token_usage_tracking) -- [How to creat a custom ChatModel](./custom_chat_model) +- [How to create a custom ChatModel](./custom_chat_model)