Commit Graph

4 Commits

Author SHA1 Message Date
hllywluis 8b1ece727d Fix fallback API URL and clean up message formatting in AI response functions
Deploy to NAS / deploy (push) Successful in 59s
2026-03-09 13:50:53 -04:00
hllywluis 9dfdef46d5 Add z.ai fallback provider for AI responses
Deploy to NAS / deploy (push) Has been cancelled
- Try NanoGPT first, fall back to z.ai GLM-4.7-Flash on failure
- Add ZAI_API_KEY environment variable
- Update deploy workflow with new secret
2026-03-09 13:42:59 -04:00
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