joachimchauvet

Results 9 comments of joachimchauvet

Still having the same issue with most CDN plugins. Having an option to set a CDN for images directly within Elementor would be very practical.

I'm planning to work on LiveKit whenever I have some free time. Has anybody started working on it already?

> Hi @joachimchauvet Do you have progress? would love to do the same! Yes, but I'm not quite there yet. I've been able to connect to a LiveKit room and...

> @joachimchauvet : Can you send me a test main.py or so with what you dev livekit it, or a example how to use it. (I know it is still...

I added an example here: https://github.com/joachimchauvet/pipecat-livekit/blob/main/examples/foundational/01b-livekit-audio.py It requires livekit-api to generate the token.

> @joachimchauvet Is there any method to enable LiveKit transport to transmit images simultaneously, similar to how Daily transport works, by actively retrieving photos from the other participant's camera? Right...

@skelleex It is already possible to use LLMs running on Groq with the OpenAILLMService ``` llm = OpenAILLMService( name="LLM", api_key=GROQ_API_KEY, model=model_name, base_url="https://api.groq.com/openai/v1" ) ``` This feature request is mostly related...

@aconchillo I rebased and updated to use the new SegmentedSTTService ;)

~~I updated but some files currently already in the repo were preventing the checks from passing. I think the main culprit was from the recently merged OpenAI realtime PR. Let...