docs[patch]: Hide deprecated ChatGPT plugins page (#24704)

This commit is contained in:
Jacob Lee 2024-07-26 08:24:33 -07:00 committed by GitHub
parent 3a5365a33e
commit 3d16dcd88d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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",