| ▲ | vessenes 8 hours ago | |||||||||||||||||||||||||
This is cool. It makes me want an unsloth quant though! A 7b local model with tool calling would be genuinely useful, although I understand this is not that. UPDATE: I'd skip this for now - it does not allow any kind of interactive conversation - as I learned after downloading 5G of models - it's a proof of concept that takes a wav file in. | ||||||||||||||||||||||||||
| ▲ | anluoridge 6 hours ago | parent | next [-] | |||||||||||||||||||||||||
It provides a voice assistant demo in /Examples/PersonaPlexDemo, which allows you to try turn-based conversations. Real-time conversion is not implemented tho. | ||||||||||||||||||||||||||
| ▲ | taf2 4 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
I forked and added tool calling by running another llm in parallel to infer when to call tools it works well for me to toggle lights on and off. Code updates here https://github.com/taf2/personaplex | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | Lapel2742 7 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
> I'd skip this for now - it does not allow any kind of interactive conversation - as I learned after downloading 5G of models - it's a proof of concept that takes a wav file in. I haven't looked into it that much but to my understanding a) You just need an audio buffer and b) Thye seem to support streaming (or at least it's planed) > Looking at the library’s trajectory — ASR, streaming TTS, multilingual synthesis, and now speech-to-speech — the clear direction was always streaming voice processing. With this release, PersonaPlex supports it. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | Tepix 8 hours ago | parent | prev | next [-] | |||||||||||||||||||||||||
Bummer. Ideally you'd have a PWA on your phone that creates a WebRTC connection to your PC/Mac running this model. Who wants to vibe code it? With Livekit, you get most of the tricky parts served on a silver platter. | ||||||||||||||||||||||||||
| ||||||||||||||||||||||||||
| ▲ | scotty79 an hour ago | parent | prev [-] | |||||||||||||||||||||||||
This is interactive: | ||||||||||||||||||||||||||