From e29eb4a7983cb680b3a963307ecb349df0680d85 Mon Sep 17 00:00:00 2001 From: Jon Date: Tue, 17 Sep 2024 21:43:38 +0100 Subject: [PATCH] Remove Ask AI options (#2349) Co-authored-by: freakwriter --- .../environment-variables => archive}/ai.md | 0 docs/_redirects | 3 +++ .../core-nodes/n8n-nodes-base.httprequest.md | 13 ------------- docs/release-notes.md | 3 +++ 4 files changed, 6 insertions(+), 13 deletions(-) rename {docs/hosting/configuration/environment-variables => archive}/ai.md (100%) diff --git a/docs/hosting/configuration/environment-variables/ai.md b/archive/ai.md similarity index 100% rename from docs/hosting/configuration/environment-variables/ai.md rename to archive/ai.md diff --git a/docs/_redirects b/docs/_redirects index 0804b7e0d..0fa3a200a 100644 --- a/docs/_redirects +++ b/docs/_redirects @@ -3,6 +3,9 @@ /integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglepalm/ /integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/ /integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmgooglepalm/ /integrations/builtin/cluster-nodes/sub-nodes/n8n-nodes-langchain.lmchatgooglegemini/ +# Remove Ask AI +/hosting/configuration/environment-variables/ai/ /hosting/configuration/environment-variables/ + ## DOC-993 /faircode-license/ /sustainable-use-license/ diff --git a/docs/integrations/builtin/core-nodes/n8n-nodes-base.httprequest.md b/docs/integrations/builtin/core-nodes/n8n-nodes-base.httprequest.md index ad2769b0f..90f7e1fe8 100644 --- a/docs/integrations/builtin/core-nodes/n8n-nodes-base.httprequest.md +++ b/docs/integrations/builtin/core-nodes/n8n-nodes-base.httprequest.md @@ -127,16 +127,3 @@ Import a curl command: 1. Select **Import cURL command**. 2. Paste in your curl command. 3. Select **Import**. n8n loads the request configuration into the node fields. This overwrites any existing configuration. - -## Ask AI to configure the HTTP node - -From n8n version 1.40.0, you can use AI to configure the node parameters: - -1. Select **Ask AI**. -1. Enter the **Service** and **Request** you want to use. For example, to use the NASA API to get their picture of the day, enter `NASA` in **Service** and `get picture of the day` in **Request**. -1. Check the parameters: the AI tries to fill them out, but you may still need to adjust or correct the configuration. - -For Cloud users, n8n provides a customized knowledge base of API specifications for the AI to draw on to provide good results. For services that aren't in the knowledge base, n8n falls back on OpenAI GPT-4's default knowledge. You can view the [list of services in the knowledge base](https://github.com/n8n-io/n8n/blob/master/packages/cli/src/services/ai/resources/api-knowledgebase.json){:target=_blank .external-link}. - -Self-hosted users need to [enable AI features and provide their own API keys](/hosting/configuration/environment-variables/ai/). On self-hosted, you don't have access to n8n's API specifications knowledge base, so all responses from the AI use OpenAI GPT-4's default knowledge. - diff --git a/docs/release-notes.md b/docs/release-notes.md index a15fcc1f4..c93879cdc 100644 --- a/docs/release-notes.md +++ b/docs/release-notes.md @@ -536,6 +536,9 @@ This release contains node enhancements and bug fixes. - Enhanced nodes: Chat Trigger, Google Cloud Firestore, Qdrant Vector Store, Splunk, Telegram - Deprecated node: Orbit (product shut down) +### Beta Feature Removal +The Ask AI beta feature for the HTTP Request node has been removed from this version + ### Contributors [Stanley Yoshinori Takamatsu](https://github.com/stanleytakamatsu){:target=_blank .external-link} [CodeShakingSheep](https://github.com/CodeShakingSheep){:target=_blank .external-link}