2
0
Files
bot/packages/forge/repository/constants.ts
2024-03-19 10:38:55 +01:00

17 lines
309 B
TypeScript

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