diff --git a/examples/simple-chatbot/README.md b/examples/simple-chatbot/README.md index f161f93ea..9254138e8 100644 --- a/examples/simple-chatbot/README.md +++ b/examples/simple-chatbot/README.md @@ -1,5 +1,7 @@ # Simple Chatbot + + This repository demonstrates a simple AI chatbot with real-time audio/video interaction, implemented in three different ways. The bot server remains the same, but you can connect to it using three different client approaches. ## Three Ways to Connect diff --git a/examples/simple-chatbot/server/image.png b/examples/simple-chatbot/image.png similarity index 100% rename from examples/simple-chatbot/server/image.png rename to examples/simple-chatbot/image.png