2
0
Files
bot/packages/forge/repository/index.ts
Baptiste Arnaud b68f16f4f7 Add Mistral AI block
Closes #1179
2024-01-29 09:37:19 +01:00

10 lines
159 B
TypeScript

// Do not edit this file manually
export const enabledBlocks = [
'openai',
'zemantic-ai',
'cal-com',
'chat-node',
'qr-code',
'mistral',
] as const