feat: Add Ask AI to HTTP Request Node (#8917)

This commit is contained in:
Alex Grozav
2024-05-02 13:52:15 +03:00
committed by GitHub
parent 7ff24f134b
commit cd9bc44bdd
40 changed files with 3945 additions and 371 deletions

View File

@@ -205,7 +205,10 @@ export class FrontendService {
ai: {
enabled: config.getEnv('ai.enabled'),
provider: config.getEnv('ai.provider'),
errorDebugging: !!config.getEnv('ai.openAIApiKey'),
features: {
errorDebugging: !!config.getEnv('ai.openAI.apiKey'),
generateCurl: !!config.getEnv('ai.openAI.apiKey'),
},
},
workflowHistory: {
pruneTime: -1,