2
0
Files
bot/packages/forge/repository/constants.ts
Baptiste Arnaud ec2a53fac1 Remove ZemanticAI block
Closes #1656, closes #1652
2024-07-22 17:24:02 +02:00

17 lines
304 B
TypeScript

// Do not edit this file manually
import { ForgedBlock } from './types'
export const forgedBlockIds = [
'openai',
'cal-com',
'chat-node',
'qr-code',
'dify-ai',
'mistral',
'elevenlabs',
'anthropic',
'together-ai',
'open-router',
'nocodb',
] as const satisfies ForgedBlock['type'][]