Member-only story
Building Your Own AI Group Chat: A Journey into Custom Universes and Characters
How I created an immersive AI group chat using Ollama, FastAPI, open-source LLMs, and React
Welcome to this article where I’ll show you how I created an immersive AI Group Chat. As an LLM Engineer, I wasn’t satisfied with the typical one-on-one AI chats found everywhere — so in my spare time, I set out to create an AI Group Chat where users could interact with multiple characters simultaneously, in any universe imaginable without spending any money.
If you are not a member, read here.
In the first part, I’ll walk you through the idea of interacting with multiple characters simultaneously. Then, we’ll explore the tools I’ve used — Python, Ollama, React, FastAPI, and open-source Large Language Models (LLMs). To finish, you’ll have all the tips and insights to build your own custom universes and characters using my code as a starting point, plus some ideas on how to improve it (since this is just a fun side project).