rtvi-ai / rtvi-web-demo

Example UI implementing the RTVI web client
https://demo.rtvi.ai/
468 stars 65 forks source link

Back end? #4

Open braco opened 1 month ago

braco commented 1 month ago

This is a great demo. Are you open sourcing the back end anywhere?

I guess it's based off of https://github.com/pipecat-ai/pipecat, but details would be helpful

jptaylor commented 1 month ago

Please see https://github.com/rtvi-ai/rtvi-infra-examples

More to come there. And yes, you can also use the Pipecat examples too.

sadimoodi commented 3 weeks ago

Please see https://github.com/rtvi-ai/rtvi-infra-examples

More to come there. And yes, you can also use the Pipecat examples too.

The example shared does not contain the exact code that works with this client, appreciate if you share the code so we can contribute and test the client with the correct backend. it seems like the client is using websockets to connect to the backend? i couldnt not see this code in the example shared. the code in the example uses Daily, which is dependent on a chat room, when using websockets, this is not needed.