mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
chore: update documentation links
This commit is contained in:
parent
9bc2ffc193
commit
0f3e45ff03
5 changed files with 10 additions and 12 deletions
|
|
@ -29,7 +29,7 @@
|
|||
## 🎥 Demo Video
|
||||
|
||||
<div align="center">
|
||||
<a href="https://www.tella.tv/video/cmgbysbsz00kw0bjm2qnc5f1d/view">
|
||||
<a href="https://youtu.be/9gPneyf9M9w">
|
||||
<img src="docs/images/video_thumbnail_1.png" alt="Watch Dograh AI Demo Video" width="80%" style="border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
|
||||
</a>
|
||||
<br>
|
||||
|
|
|
|||
|
|
@ -22,7 +22,7 @@ Watch this step-by-step guide to set up Twilio with Dograh AI:
|
|||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.tella.tv/video/cmgbvzkrt00jk0clacu16blm3/embed?b=1&title=1&a=1&loop=0&t=0&muted=0&wt=1"
|
||||
src="https://www.youtube.com/embed/jlPD4CSJHHI"
|
||||
title="Dograh Twilio Setup"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@ You can setup Twilio on Dograh AI to make and receive calls when executing your
|
|||
|
||||
<iframe
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.tella.tv/video/cmgbvzkrt00jk0clacu16blm3/embed?b=1&title=1&a=1&loop=0&t=0&muted=0&wt=1"
|
||||
src="https://www.youtube.com/embed/jlPD4CSJHHI"
|
||||
title="Dogrh Twilio Setup"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
|
|
|
|||
|
|
@ -6,15 +6,13 @@ description: "Build hybrid voice agents that combine pre-recorded audio with dyn
|
|||
Custom recordings allow you to build **hybrid voice agents** that use your own pre-recorded audio for key parts of the conversation, while falling back to LLM-generated speech (via a cloned voice) for dynamic responses. This gives you the best of both worlds — the emotional depth of real human speech and the flexibility of AI-generated dialogue.
|
||||
|
||||
<iframe
|
||||
width="560"
|
||||
height="315"
|
||||
className="w-full aspect-video rounded-xl"
|
||||
src="https://www.youtube.com/embed/1uZqhG0_cIo"
|
||||
title="YouTube video player"
|
||||
frameborder="0"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
|
||||
referrerpolicy="strict-origin-when-cross-origin"
|
||||
allowfullscreen>
|
||||
</iframe>
|
||||
title="Dograh Twilio Setup"
|
||||
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
|
||||
allowFullScreen
|
||||
></iframe>
|
||||
|
||||
|
||||
## Why use custom recordings?
|
||||
|
||||
|
|
|
|||
|
|
@ -443,7 +443,7 @@ export default function ConfigureTelephonyPage() {
|
|||
height="100%"
|
||||
src={
|
||||
selectedProvider === "twilio"
|
||||
? "https://www.tella.tv/video/cmgbvzkrt00jk0clacu16blm3/embed?b=0&title=1&a=1&loop=0&t=0&muted=0&wt=0"
|
||||
? "https://www.youtube.com/embed/jlPD4CSJHHI"
|
||||
: "https://www.tella.tv/video/configuring-telephony-on-dograh-with-vonage-3wvo/embed?b=0&title=1&a=1&loop=0&t=0&muted=0&wt=0"
|
||||
}
|
||||
allowFullScreen
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue