@@ -1,4 +1,5 @@
|
||||
// Do not edit this file manually
|
||||
import { togetherAi } from '@typebot.io/together-ai-block'
|
||||
import { elevenlabs } from '@typebot.io/elevenlabs-block'
|
||||
import { difyAi } from '@typebot.io/dify-ai-block'
|
||||
import { mistral } from '@typebot.io/mistral-block'
|
||||
@@ -24,6 +25,7 @@ export const forgedBlocks = [
|
||||
difyAi,
|
||||
mistral,
|
||||
elevenlabs,
|
||||
togetherAi,
|
||||
] as BlockDefinition<(typeof enabledBlocks)[number], any, any>[]
|
||||
|
||||
export type ForgedBlockDefinition = (typeof forgedBlocks)[number]
|
||||
|
||||
Reference in New Issue
Block a user