diff --git a/docs/docs/integrations/tools/chatgpt_plugins.ipynb b/docs/docs/integrations/tools/chatgpt_plugins.ipynb index 9821c12c2f7..08a9c5924ed 100644 --- a/docs/docs/integrations/tools/chatgpt_plugins.ipynb +++ b/docs/docs/integrations/tools/chatgpt_plugins.ipynb @@ -1,5 +1,15 @@ { "cells": [ + { + "cell_type": "raw", + "id": "93b35dd0", + "metadata": {}, + "source": [ + "---\n", + "sidebar_class_name: hidden\n", + "---" + ] + }, { "cell_type": "markdown", "id": "3f34700b", @@ -7,6 +17,14 @@ "source": [ "# ChatGPT Plugins\n", "\n", + "```{=mdx}\n", + ":::warning Deprecated\n", + "\n", + "OpenAI has [deprecated plugins](https://openai.com/index/chatgpt-plugins/).\n", + "\n", + ":::\n", + "```\n", + "\n", "This example shows how to use ChatGPT Plugins within LangChain abstractions.\n", "\n", "Note 1: This currently only works for plugins with no auth.\n",