mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2026-03-27 09:28:43 +07:00
Adding AI Assistant env var (#3879)
This commit is contained in:
committed by
GitHub
parent
4ddc1160a4
commit
f976367bf7
@@ -0,0 +1,16 @@
|
||||
---
|
||||
title: AI Assistant environment variables
|
||||
description: Environment variables to configure AI Assistant.
|
||||
contentType: reference
|
||||
tags:
|
||||
- environment variables
|
||||
hide:
|
||||
- toc
|
||||
- tags
|
||||
---
|
||||
|
||||
# AI Assistant environment variables
|
||||
|
||||
| Variable | Type | Default | Description |
|
||||
| :------- | :---- | :------- | :---------- |
|
||||
| `N8N_AI_ASSISTANT_BASE_URL` | String | (empty) | Base URL of the AI assistant service, specified as `https://ai-assistant.n8n.io `. Required if you self-host n8n and want to enable the AI Assistant. |
|
||||
1
nav.yml
1
nav.yml
@@ -1193,6 +1193,7 @@ nav:
|
||||
- Configuration:
|
||||
- Environment variables:
|
||||
- Environment variables overview : hosting/configuration/environment-variables/index.md
|
||||
- AI Assistant: hosting/configuration/environment-variables/ai-assistant.md
|
||||
- Binary data: hosting/configuration/environment-variables/binary-data.md
|
||||
- Credentials: hosting/configuration/environment-variables/credentials.md
|
||||
- Database: hosting/configuration/environment-variables/database.md
|
||||
|
||||
Reference in New Issue
Block a user