Remove Ask AI options (#2349)

Co-authored-by: freakwriter <freakwriter@users.noreply.github.com>
This commit is contained in:
Jon
2024-09-17 21:43:38 +01:00
committed by GitHub
parent ab1f74a0ea
commit e29eb4a798
4 changed files with 6 additions and 13 deletions

View File

@@ -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/

View File

@@ -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.

View File

@@ -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}