refactor(core): Remove Ask AI HTTP request feature (no-changelog) (#9931)
This commit is contained in:
committed by
GitHub
parent
cef177455e
commit
86018aa6e0
@@ -1380,34 +1380,6 @@ 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',
|
||||
},
|
||||
openAI: {
|
||||
apiKey: {
|
||||
doc: 'Enable AI features using OpenAI API key',
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'N8N_AI_OPENAI_API_KEY',
|
||||
},
|
||||
model: {
|
||||
doc: 'OpenAI model to use',
|
||||
format: String,
|
||||
default: 'gpt-4-turbo',
|
||||
env: 'N8N_AI_OPENAI_MODEL',
|
||||
},
|
||||
},
|
||||
pinecone: {
|
||||
apiKey: {
|
||||
doc: 'Enable AI features using Pinecone API key',
|
||||
format: String,
|
||||
default: '',
|
||||
env: 'N8N_AI_PINECONE_API_KEY',
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
expression: {
|
||||
|
||||
Reference in New Issue
Block a user