Files
bot/packages/forge/repository/index.ts
Baptiste Arnaud eda0f3920c Add Mistral AI block
Closes #1179
2024-01-25 16:35:16 +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