diff --git a/docs/hosting/configuration/environment-variables/ai.md b/docs/hosting/configuration/environment-variables/ai.md index d3f9b0f96..4de6ff3a2 100644 --- a/docs/hosting/configuration/environment-variables/ai.md +++ b/docs/hosting/configuration/environment-variables/ai.md @@ -15,8 +15,7 @@ hide: | Variable | Type | Default | Description | | :------- | :---- | :------- | :---------- | -| `N8N_AI_ENABLED` | Boolean | `false` | Whether AI features are enabled (true) or not (false) | +| `N8N_AI_ENABLED` | Boolean | `false` | Whether AI features are enabled (true) or not (false). Enables Ask AI for the code node and HTTP node. | | `N8N_AI_PROVIDER` | String | `openai` | The AI provider to use. Currently, n8n only supports OpenAI. | -| `N8N_AI_OPENAI_KEY` | String | - | Your OpenAI API key. | -| `N8N_AI_OPENAI_MODEL` | String | `gpt-4-turbo` | The OpenAI model to use. | -| `N8N_AI_PINECONE_API_KEY` | String | - | Your Pinecone API key. | +| `N8N_AI_OPENAI_API_KEY` | String | - | Your OpenAI API key. | +