14 lines
222 B
TypeScript
14 lines
222 B
TypeScript
// Do not edit this file manually
|
|
export const enabledBlocks = [
|
|
'openai',
|
|
'zemantic-ai',
|
|
'cal-com',
|
|
'chat-node',
|
|
'qr-code',
|
|
'dify-ai',
|
|
'mistral',
|
|
'elevenlabs',
|
|
'together-ai',
|
|
'open-router',
|
|
] as const
|