From 36208049dc7f20878f82017e740dea0b4d6296a8 Mon Sep 17 00:00:00 2001 From: Mark Backman Date: Wed, 4 Dec 2024 21:18:03 -0500 Subject: [PATCH] Update changelog --- CHANGELOG.md | 3 +++ examples/simple-chatbot/README.md | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 009625294..1c7f59fff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -49,6 +49,9 @@ async def on_audio_data(processor, audio, sample_rate, num_channels): - Updated the `FireworksLLMService` to use the `OpenAILLMService`. Updated the default model to `accounts/fireworks/models/firefunction-v2`. +- Updated the `simple-chatbot` example to include a Javascript and React client + example, using RTVI JS and React. + ### Removed - Removed `AppFrame`. This was used as a special user custom frame, but there's diff --git a/examples/simple-chatbot/README.md b/examples/simple-chatbot/README.md index df4d18d67..f161f93ea 100644 --- a/examples/simple-chatbot/README.md +++ b/examples/simple-chatbot/README.md @@ -1,4 +1,4 @@ -# Simple Chatbot Implementation +# 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.