From bff6ca78a23d69ff938941731af1221580cc39b6 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:52:05 -0700 Subject: [PATCH] docs: duplicate how to link (#24569) --- docs/docs/how_to/index.mdx | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/docs/how_to/index.mdx b/docs/docs/how_to/index.mdx index 90d359422a7..3a4196d0917 100644 --- a/docs/docs/how_to/index.mdx +++ b/docs/docs/how_to/index.mdx @@ -81,7 +81,6 @@ These are the core building blocks you can use when building applications. - [How to: stream a response back](/docs/how_to/chat_streaming) - [How to: track token usage](/docs/how_to/chat_token_usage_tracking) - [How to: track response metadata across providers](/docs/how_to/response_metadata) -- [How to: let your end users choose their model](/docs/how_to/chat_models_universal_init/) - [How to: use chat model to call tools](/docs/how_to/tool_calling) - [How to: stream tool calls](/docs/how_to/tool_streaming) - [How to: few shot prompt tool behavior](/docs/how_to/tools_few_shot)