For someone doing something shady

#11
by tooltd - opened

I asked it to analyze the structure of a binary file so I could write functions to read it. My goal was to read the file directly using Python without relying on the proprietary software, though of course, I didn't reveal the ultimate goal to the model.

As it turned out, base model kept cutting off midway without telling me why. It would just stop with no error message at all, or sometimes just output a few random, gibberish characters. There was no way to resume it.

This uncensored version doesn't have that issue. Thank you!
😁

Owner
β€’
edited Jun 1

I asked it to analyze the structure of a binary file so I could write functions to read it. My goal was to read the file directly using Python without relying on the proprietary software, though of course, I didn't reveal the ultimate goal to the model.

That's the beauty of uncensored models, with a properly uncensored model you do not need to dance around your prompts or try to make things work while taking care to not revealing what you are working on to the AI, which in most cases would make things quite impractical.

Here you can just tell the AI what you want and the AI will just oblige and help you in whatever assistance you need help with, as a matter of fact I already sought the help of Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved myself just yesterday (I actually also sought the help of Qwen3.6-27B-uncensored-heretic-v2-Native-MTP-Preserved and MiniMax-M2.7-ultra-uncensored-heretic as well because I like to get a second or third opinion from different models, which usually does help to further improve and optimize a script and/or a workflow) and the model is very eager to assist you, no questions asked, no push backs, no "I can not help you with this", no lecturing!

Oh and don't forget to create your own self-hosted internet web-search, that's quite important too for the AI to go online get information, search the web and access websites to gather information, otherwise the AI would be operating with a lot of possibly outdated info and think that it's now 2024 or something.

Examples for self-hosted web-searches:

https://github.com/degoog-org/degoog

or

https://github.com/searxng/searxng

Sign up or log in to comment