2023-12-13 10:22:02 +01:00
|
|
|
// Do not edit this file manually
|
|
|
|
export const enabledBlocks = [
|
|
|
|
'openai',
|
|
|
|
'zemantic-ai',
|
|
|
|
'cal-com',
|
|
|
|
'chat-node',
|
2024-01-11 12:39:58 +05:30
|
|
|
'qr-code',
|
2024-01-25 16:35:16 +01:00
|
|
|
'mistral',
|
2023-12-13 10:22:02 +01:00
|
|
|
] as const
|