Commit Graph

6 Commits

Author SHA1 Message Date
hllywluis e5ebb203fa Increase NanoGPT timeout to 60s
Deploy to NAS / deploy (push) Successful in 59s
2026-03-09 13:01:18 -04:00
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 06ac40a6d7 refactor: update command tests to use require syntax and improve error handling
Deploy to NAS / deploy (push) Successful in 1m4s
2025-12-25 10:28:44 -05:00
hllywluis 0cd3b5c179 fix: standardize command import paths to lowercase for consistency 2025-05-01 17:56:55 -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