chore: update README, remove style in workflow continuation dialog

This commit is contained in:
Sabiha Khan 2025-09-18 20:02:47 +05:30
parent 548e6f885b
commit d6acb91c39
3 changed files with 9 additions and 9 deletions

View file

@ -3,7 +3,7 @@
# Dograh AI
<h3 align="center"><strong>If you find value in this project, PLEASE STAR IT to help others discover our FOSS platform!</strong></h3>
<p align="center">
@ -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
<br><br><br>
<p align="center">
<a href="https://github.com/dograh-hq/dograh/stargazers">⭐ Star us on GitHub</a> |
<a href="https://www.dograh.com">☁️ Try Cloud Version</a> |
<a href="https://join.slack.com/t/dograh-community/shared_invite/zt-3czr47sw5-MSg1J0kJ7IMPOCHF~03auQ">💬 Join Slack</a>
</p>
<p align="center">
<a href="https://github.com/dograh-hq/dograh/stargazers">⭐ Star us on GitHub</a> |
<a href="https://www.dograh.com">☁️ Try Cloud Version</a> |
<a href="https://join.slack.com/t/dograh-community/shared_invite/zt-3czr47sw5-MSg1J0kJ7IMPOCHF~03auQ">💬 Join Slack</a>
</p>

View file

@ -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

View file

@ -231,7 +231,7 @@ export default function CreateWorkflowPage() {
You&apos;re encouraged to first test the bot and then modify it to your specific requirements and location (currency/accent etc).
</p>
<p className="pt-2 text-sm">
Feel free to join our <span className="font-semibold text-blue-600 dark:text-blue-400">Slack channel</span> for any queries and star us on <span className="font-semibold text-gray-900 dark:text-gray-100">GitHub</span>.
Feel free to join our Slack channel for any queries and star us on GitHub.
</p>
</div>
</DialogDescription>