Contextual Twitch chat moderation assistant via local LLM (Mistral/DeepSeek) + prompt engineering
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
18
commits
Refactored the bot initialization so all the configuration and checks happen earlier in the setup than at time of bot ready status.
c8d20a0View on GitHubUpdated config to store title/category/emotes for streams
d09615aView on GitHubLLM is able to contextually update itself with sponsor segments and collab people
91428c7View on GitHubRefactored program into multiple files with chatmodgpt.py being the runner.
809f7e2View on GitHubAttempting to incorporate stream title and category for referencing
db965deView on GitHubCreated a localLLM tester using Mistral and deepseekr1 for testing purposes.
fdbb40fView on GitHub