Replies: 2 comments
|
This is pretty awesome work and I look forward to trying it out! Keep it up! |
0 replies
|
Well i have tested your mod on 3 different Linux Distro's with two different GPU ( ADM & NVIDIA) and all working well. My GPU's are not getting hot like it did with other chat modules. keep up the good work !! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Hey everyone,
I've been working on a bots chat module for a while and wanted to share it, it's called mod-llm-chatter, a module that connects AzerothCore playerbots to LLMs (Claude, GPT, or Ollama).
The idea is simple: bots are silent by default, and that always broke immersion for me, especially when soloing. So I built a system where each bot gets a personality shaped by their race, class, and talent spec, and they talk based on what's actually happening around them.
Here's what it does:
Works with Anthropic (I recommend Haiku 4.5), OpenAI (I recommend gpt 4o-mini) , or Ollama (clud models recommended). Chattiness is fully configurable if the defaults are too much.
it's still evolving — bot memory/relationships, more BGs, and open-world proximity encounters are on the roadmap.
Would love to hear what you think, feedback, ideas, questions, all welcome. And if you try it out, let me know how it goes.
GitHub: https://github.com/Hokken/mod-llm-chatter
Discord: https://discord.gg/9UBW7ZDZvY
All reactions