pipecat
pipecat copied to clipboard
Open Source framework for voice and multimodal conversational AI
when i run example simple-bot on cloud machine, i got these error 2024-07-11 10:54:32.151 | ERROR | pipecat.transports.services.daily:join:280 - Time out joining https://autoark.daily.co/1r4by424NvuhJS8hxxxx {"timestamp":"2024-07-11T02:54:44.715005Z","level":"ERROR","fields":{"message":"Failed to fetch room information: GET failed:...
using the Simple-chatbot example and when I turn on speaker, the bot heard itself and interrupted. is there a way to avoid this?
`EndPipeFrame` class does not exist, but it is referenced from `src/pipecat/pipeline/merge_pipeline.py` and `examples/foundational/04-utterance-and-speech.py`.
**Description:** To enhance the development of consumer-facing applications, it would be extremely beneficial to have an out-of-the-box feature that provides a real-time counter for the usage of tokens/characters for various...
I modified the llm service code to local ollama. After the program started, everything was fine at first. The robot asked me what kind of story I wanted to hear....
We have a lot of failing tests from old import paths. I'm trying to get our test suite back to green.
Okay, I think this is ready for review. Function calling has been tested pretty heavily. Most things are configurable. I've wired up RTVI/configuration frames, though I have not tested much...
Add a few services to better support Chinese conversation - LLM: doubao (a Chinese llm service belonging to Bytedance) - STT: tencent cloud - TTS: ChatTTS (https://github.com/2noise/ChatTTS) also add an...
Adds two new optional input parameters called `filter_code` and `filter_tables` to `MarkdownTextFilter`. - When set to True, the code or tables text is passed through - When set to False,...
added background_noise service and example example now works only with twilio with delays, and need to add pydub==0.25.1 to requirements @aconchillo