mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-04-12 15:28:49 +07:00
ai env var fixes
This commit is contained in:
@@ -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. |
|
||||
|
||||
|
||||
Reference in New Issue
Block a user