I just thought it might be of some value to show what I’ve built over some time. I found a private server repack with ollama plugin built in (local llm) and playerbots (exactly what it is, bots that walk around and level etc just like players).

Then I got the help of AI to build an ollama to deepseek api bridge so that I could let deepseek handle the bot chat, partially to not use my hardware as local llm is pretty hardware heavy, and partially because it makes the bots a lot more intelligent. Also deepseek api is very, very cheap to use.

Go to Source