feat: Add AI Error Debugging using OpenAI (#8805)
This commit is contained in:
@@ -1344,6 +1344,18 @@ export const schema = {
|
||||
default: false,
|
||||
env: 'N8N_AI_ENABLED',
|
||||
},
|
||||
provider: {
|
||||
doc: 'AI provider to use. Currently only "openai" is supported.',
|
||||
format: String,
|
||||
default: 'openai',
|
||||
env: 'N8N_AI_PROVIDER',
|
||||
},
|
||||
openAIApiKey: {
|
||||
doc: 'Enable AI features using OpenAI API key',
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'N8N_AI_OPENAI_API_KEY',
|
||||
},
|
||||
},
|
||||
|
||||
expression: {
|
||||
|
||||
Reference in New Issue
Block a user