Please sign in to access this page

Insults as a Service

Insults as a Service Used AI

3 devlogs
2h 43m
Created by mattseq

A Discord bot (and maybe eventually a Slack bot) that insults you based on context from chat. I tried making it locally hostable but my computer's a potato so it just uses the hackclub ai api

Timeline

I made it just use the Hack Club API at ai.hackclub.com. Works much better although occasionally it doesn't get a response.

Update attachment

I made it use llama-cpp-python to run models much faster. I fiddled around with the context and stuff, but it just won't reply like its supposed to. I tried a slightly bigger model and it still doesn't work. I also realized that I could just use Hack Club's AI API, but thats kinda lame.

Update attachment

Got started with the transformers module from HuggingFace. Probably going to switch it out since apparently there are other options such as llama-cpp-python which are much faster. Also the context doesnt work properly and I'm not sure why. Just look at this picture. I told it it was a an sarcastic witty AI that roasts users based on their messages and instead it gave me this:

Update attachment