✨ Add ElevenLabs block (#1226)
Closes #853 <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced the ElevenLabs block for Typebot, enabling text to speech conversion using ElevenLabs API. - Added live tutorial videos for creating ElevenLabs and Telegram blocks. - Added a `docsUrl` for the OpenAI block to improve accessibility to documentation. - **Documentation** - New guides and integration details for ElevenLabs and Telegram blocks. - **Style** - Added ElevenLabs logos for light and dark themes. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
@@ -38,6 +38,12 @@ Make sure to check out other blocks implementations in the [packages/forge/block
|
||||
|
||||
## Live tutorials
|
||||
|
||||
### The creation of ElevenLabs block
|
||||
|
||||
<LoomVideo id="c77d5e42bc3b457dbe7bc622e12e0017" />
|
||||
|
||||
### The creation of the Telegram block
|
||||
|
||||
<LoomVideo id="c49ced0c2c394751b860458b7eb904a4" />
|
||||
|
||||
Make sure to join our [Discord community](https://typebot.io/discord) to participate to these weekly office hours.
|
||||
|
||||
9
apps/docs/editor/blocks/integrations/elevenlabs.mdx
Normal file
9
apps/docs/editor/blocks/integrations/elevenlabs.mdx
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
title: ElevenLabs
|
||||
---
|
||||
|
||||
This block allows you to integrate ElevenLabs API into your typebot.
|
||||
|
||||
## Convert text to speech
|
||||
|
||||
Allows you to transform a text into a speech using ElevenLabs voices and models. This action automatically create a temporary link to the audio file. This link can be used in a [Audio bubble](../bubbles/audio) for example.
|
||||
@@ -126,7 +126,8 @@
|
||||
"editor/blocks/integrations/meta-pixel",
|
||||
"editor/blocks/integrations/openai",
|
||||
"editor/blocks/integrations/zemantic-ai",
|
||||
"editor/blocks/integrations/mistral"
|
||||
"editor/blocks/integrations/mistral",
|
||||
"editor/blocks/integrations/elevenlabs"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
||||
@@ -18693,7 +18693,8 @@
|
||||
"chat-node",
|
||||
"qr-code",
|
||||
"dify-ai",
|
||||
"mistral"
|
||||
"mistral",
|
||||
"elevenlabs"
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
|
||||
@@ -9263,7 +9263,8 @@
|
||||
"chat-node",
|
||||
"qr-code",
|
||||
"dify-ai",
|
||||
"mistral"
|
||||
"mistral",
|
||||
"elevenlabs"
|
||||
]
|
||||
},
|
||||
"options": {}
|
||||
|
||||
Reference in New Issue
Block a user