Jared Vititoe jared
  • Joined on 2024-11-30
jared pushed to main at LotusGuild/matrix 2026-04-21 13:50:48 -04:00
a85ea312c9 ci: bootstrap pip via ensurepip for python3.10 (no venv package on Debian)
jared pushed to main at LotusGuild/matrix 2026-04-21 13:49:01 -04:00
d4f3563982 ci: use python3.10 for pip-audit (dotenv 1.2.2 requires >=3.10)
jared pushed to main at LotusGuild/matrix 2026-04-21 13:45:34 -04:00
0a1c90ef86 deps: pin python-dotenv>=1.2.2 to fix GHSA-mf9w-mj56-hr94
jared pushed to main at LotusGuild/matrix 2026-04-21 13:43:05 -04:00
0bc9373bd9 8ball: add --debug flag to show post-processed prompt
jared pushed to main at LotusGuild/matrix 2026-04-21 00:41:12 -04:00
4048659e28 commands: remove deleted models from display map
jared pushed to main at LotusGuild/matrix 2026-04-21 00:38:48 -04:00
f77fdbc7bb commands: improve model display names with variant labels
jared pushed to main at LotusGuild/matrix 2026-04-21 00:33:31 -04:00
bfedd34f1f models: 8ball → llama3.2-abliterate 3B, ask/fortune → phi4-mini
jared pushed to main at LotusGuild/matrix 2026-04-21 00:22:20 -04:00
21a64174e6 8ball: fix substring pronoun bug, switch to 3B model
jared pushed to main at LotusGuild/matrix 2026-04-20 22:49:18 -04:00
f7ca1b00db ask: switch to llama3.2:latest, increase timeout to 120s
jared pushed to main at LotusGuild/matrix 2026-04-20 19:32:51 -04:00
1ba1151673 help: move 8ball from AI to Games category
jared pushed to main at LotusGuild/matrix 2026-04-20 19:29:27 -04:00
05c83e8ad1 8ball: suppress model attribution on fallback, vary fallback responses
jared pushed to main at LotusGuild/matrix 2026-04-20 19:27:20 -04:00
43903af22e Improve help command, model attribution, and model config
jared pushed to main at LotusGuild/matrix 2026-04-20 19:15:54 -04:00
bb5307c06b 8ball: address Wynter in second person when she's the asker
jared pushed to main at LotusGuild/matrix 2026-04-20 19:14:40 -04:00
6f5964ffe5 8ball: force name usage over she/her pronouns for Wynter
jared pushed to main at LotusGuild/matrix 2026-04-20 17:52:25 -04:00
639689bc0d Style: Option B HTML styling across all AI commands
jared pushed to main at LotusGuild/matrix 2026-04-20 17:16:57 -04:00
58d8987e32 README: remove stale phase status line
jared pushed to main at LotusGuild/matrix 2026-04-20 17:16:36 -04:00
ef9ff1106c README: remove Priority Order section, drop vCPUs from infra table
jared pushed to main at LotusGuild/matrix 2026-04-20 17:10:57 -04:00
e14b9a274f ask: instruct LLM not to ask follow-up questions
jared pushed to main at LotusGuild/matrix 2026-04-20 17:07:09 -04:00
637b2a4b20 Upgrade fortune, ask, and trivia commands to use Ollama LLM
jared pushed to main at LotusGuild/matrix 2026-04-20 16:55:10 -04:00
86cb78d74d Fix ruff lint errors across matrixbot (F401, F841, E402)