Merge pull request #784 from pipecat-ai/mb/simple-bot-client

Update the simple-chatbot demo to have JS and React clients
This commit is contained in:
Mark Backman
2024-12-05 08:34:33 -05:00
committed by GitHub
60 changed files with 6209 additions and 302 deletions

View File

@@ -58,6 +58,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