2
0
Files
bot/packages/forge/repository/constants.ts
Baptiste Arnaud 6a7877dc9b Add Groq block
Closes #1721
2024-08-22 17:40:10 +02:00

19 lines
327 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',
'segment',
'groq',
] as const satisfies ForgedBlock['type'][]