2
0
Files
bot/packages/forge/repository/index.ts
Baptiste Arnaud 648ec08a10 Add Together AI block (#1304)
Closes #1253
2024-03-01 15:33:22 +01:00

13 lines
205 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',
] as const