6 Commits

Author SHA1 Message Date
hllywluis a7a6c1e321 Add sassy AI personality with mention detection
Deploy to NAS / deploy (push) Successful in 1m55s
- Add utils/ai.js with NanoGPT integration for GLM-4.5-Air model
- Sassy system prompt: lowercase, slang, no emoji, opinionated gamer
- Conversation history per channel for context
- Update bot.js with messageCreate event for @mention responses
- Add NANO_MODEL env var for model selection
2026-03-09 12:37:45 -04:00
hllywluis 5bc0d98334 refactor: implement command class structure for better organization and error handling; update existing commands to extend from the new base class 2025-03-25 11:17:26 -04:00
hllywluis 79835a3b47 refactor: Migrate to ES modules and implement command loading utility for improved structure and logging 2025-02-19 12:01:09 -05:00
hllywluis 876c3daa7f Refactor codebase to use ES modules, add logger utility, and update package dependencies 2025-02-09 14:58:31 -05:00
hllywluis 00ba5801ad Refactor command loading to use dynamic imports and improve logging for missing command properties 2025-02-06 20:08:37 -05:00
hllywluis 9c74e724a8 Initial commit 2025-02-02 14:10:51 -05:00