From 492df759379dacd11bec5ff8a2030fc5c7395d22 Mon Sep 17 00:00:00 2001 From: Bagatur <22008038+baskaryan@users.noreply.github.com> Date: Wed, 31 Jul 2024 15:14:27 -0700 Subject: [PATCH] docs: chat model table nit (#24907) --- docs/scripts/model_feat_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/scripts/model_feat_table.py b/docs/scripts/model_feat_table.py index 7adcfbb594..b57f5068f7 100644 --- a/docs/scripts/model_feat_table.py +++ b/docs/scripts/model_feat_table.py @@ -174,8 +174,6 @@ hide_table_of_contents: true # Chat models -## Advanced features - :::info If you'd like to write your own chat model, see [this how-to](/docs/how_to/custom_chat_model/). @@ -183,6 +181,8 @@ If you'd like to contribute an integration, see [Contributing integrations](/doc ::: +## Advanced features + The following table shows all the chat model classes that support one or more advanced features. :::info