Update changelog

This commit is contained in:
Mark Backman
2024-12-04 21:18:03 -05:00
parent 1d11419691
commit 36208049dc
2 changed files with 4 additions and 1 deletions

View File

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

View File

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