Aleix Conchillo Flaqué

Results 152 comments of Aleix Conchillo Flaqué

Currently, this is not possible. But it certainly something interesting to add!

Thank you @Ox0400 ! When is this error happening? In theory this should never happen, so I believe there might be an issue somewhere else.

Good find! Yes, ideally the `FastAPIWebsocketTransport` should work with any cases.

Hi @JosueSalasO ! Is it possible you are trying to install this on Windows? Currently, the `daily-python` dependency doesn't support Windows, unless you use WSL which people say works well.

Thank you! I'll take a look.

@ankykong Thank you so much for this and so sorry for the loooooong delay. :pray: This needs a rebase and added a few minor comments. But looks great!

This has been implemented here: https://github.com/pipecat-ai/pipecat/pull/611

I believe the chatbot images were generated by Midjourney. Right now, we don't have any support for generating avatars, mostly because Pipecat is a realtime framework. Right now you can...

There are a couple of ways to do this: - The easy one is to send a `TransportMessageFrame`. For example, in the case of the `DailyTransport` you can send a...