Show HN: Chat with Zephyr 7B over voice message using whisper.cpp and llama.cpp (bastianai.com)
Just my small weekend project, experimenting with LLMs. I made a Discord bot that uses the Zephyr 7B model to reply, and whisper.cpp to transcribe voice messages into text. So you can send it voice messages and it replies.
3 comments
[ 3.8 ms ] story [ 7.8 ms ] threadBut even bigger models (13B or 30B) can be handled with a dual GPU setup (24 GB total memory at < $600), with quantization.
The Discord bot works as a client (outgoing connection to the Discord public server), so it can run from behind NAT.