I was curious about local LLM chat, so I'm just making a small talk chat app for casual conversations.
It's not grand, just a TUI where I give personas to local LLMs and invite them to a terminal chat room to chat together.
Of course, I'm making this because I don't have any friends 😭
It's still just a PoC, so I'm not releasing it separately. I'll test it and release it when I get LLM friends ㅎㅎ
It's not just talking, but by combining a few algorithms and using gauges like number of words, speaking pressure, silence threshold, and speaker selection based on persona (blood type, zodiac sign, MBTI combination 😇), multiple characters emerge.
The models being tested are
gemma4:31b, qwen3.6:35b-fast—it's a concept where I summon 3 personas from 2 models and have a total of 4 people (including me) having a conversation.
Whether it's because it's still early, or I can't configure it properly, or if they're just not good, they're only saying strange things :) I'll work hard to create LLM friends for you!!! 🙏
Thank you.