diff --git a/README.md b/README.md index 633e7ad..3e243ca 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ # Dograh AI - +

If you find value in this project, PLEASE STAR IT to help others discover our FOSS platform!

@@ -23,7 +23,7 @@ Build voice agents in just one line or drag-and-drop, then test them using AI pe Maintained by YC alumni and exit founders, we're making sure the future of voice AI stays open, not monopolized. ## 🎥 Demo Video -📺 [Watch a quick demo video](https://www.youtube.com/watch?v=LK8mvK5TH2Q) +[![Watch a quick demo video](https://img.youtube.com/vi/LK8mvK5TH2Q/1.jpg)](https://www.youtube.com/watch?v=LK8mvK5TH2Q) ## 🚀 Get Started @@ -212,9 +212,9 @@ Founded by YC alumni and exit founders committed to keeping voice AI open and ac


-

- ⭐ Star us on GitHub | - ☁️ Try Cloud Version | - 💬 Join Slack -

+

+ ⭐ Star us on GitHub | + ☁️ Try Cloud Version | + 💬 Join Slack +

diff --git a/api/Dockerfile b/api/Dockerfile index 022057f..624ab0c 100644 --- a/api/Dockerfile +++ b/api/Dockerfile @@ -21,7 +21,7 @@ RUN pip install --user --no-cache-dir -r requirements.txt && \ # Force reinstall of pipecat on every build (cache bust) ARG CACHEBUST=1 -RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@main#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \ +RUN pip install --user 'git+https://github.com/dograh-hq/pipecat.git@9dbd5eb#egg=pipecat-ai[cartesia,deepgram,openai,elevenlabs,groq,google,azure]' && \ # Clean up pip cache after pipecat installation rm -rf /root/.cache/pip diff --git a/ui/src/app/create-workflow/page.tsx b/ui/src/app/create-workflow/page.tsx index 91a4acb..570c441 100644 --- a/ui/src/app/create-workflow/page.tsx +++ b/ui/src/app/create-workflow/page.tsx @@ -231,7 +231,7 @@ export default function CreateWorkflowPage() { You're encouraged to first test the bot and then modify it to your specific requirements and location (currency/accent etc).

- Feel free to join our Slack channel for any queries and star us on GitHub. + Feel free to join our Slack channel for any queries and star us on GitHub.