mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Remove Ask AI options (#2349)
Co-authored-by: freakwriter <freakwriter@users.noreply.github.com>
This commit is contained in:
@@ -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/
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user