From e45a123eab73bba24cbed9b565b9ad1a1e2fde8d Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 4 Dec 2024 21:29:22 -0500 Subject: [PATCH] Add image to README --- examples/simple-chatbot/README.md | 2 ++ examples/simple-chatbot/{server => }/image.png | Bin 2 files changed, 2 insertions(+) rename examples/simple-chatbot/{server => }/image.png (100%) 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