Puttybrain

u/Puttybrain@beehaw.org
4 posts · 14 comments

Recent posts

Recent comments

on A few quick notes · c/support · 7 pts · 3y

Not to throw an unwanted suggestion but would an OVHCloud eco server work for this?

I'm not an expert in any way but I've had no issues with my instance and it was a lot cheaper than anything else I could find.

I'm currently working on a discord bot, it's still a major work on progress though.

It's a rewrite of a bot I made a few months ago in Python but I wasn't getting the control I needed with the libraries available and based on my current testing, this rewrite is what I needed

It uses ML to generate text replies (currently using ChatGPT) and images (currently using DALL-E and Stable diffusion), I've got the text generation working, I just need yo get image generation working now.

Link to the github: https://github.com/2haloes/Delta-bot-rusty

Link to the original bot (has the env variables that need to be set): https://github.com/2haloes/Delta-Discord-Bot

I tried running this with some output from a Wizard-Vicuna-7B-Uncensored model and it returned ('Human', 0.06035491254523517)

So I don't think that this hits the mark, to be fair, I got it to generate something really dumb but a perfect LLM detection tool will likely never exist.

Good thing is that it didn't false positive my own words.

Below is the output of my LLM, there's a decent amount of swearing so heads up

Edit:

Tried with a more sensible question and still got a false negative

('Human', 0.03917657845587952)