examples/simple-chatbot: move clients to client directory

This commit is contained in:
Aleix Conchillo Flaqué
2025-01-11 19:10:59 -08:00
parent a8ae79831e
commit a04a920e54
113 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,20 @@
# Pipecat Simple Chatbot Client for Android
Demo app which connects to the `simple-chatbot` backend over RTVI.
## Screenshot
<img alt="screenshot" src="files/screenshot.jpg" width="400px" />
## How to run
```bash
./gradlew runDebug
```
Ensure that the `simple-chatbot` server is running as described in the parent README.
For a full walkthrough, describing how to set up the backend and forward the connection
to your Android device, please see the following blog post:
https://www.daily.co/blog/build-a-voice-agent-for-android-with-gemini-multimodal-live/