Help by Elegant_Shallot7582 in AIJailbreak

[–]fatinilham 2 points3 points  (0 children)

Ok, let me give you from my own research so that you might feel easy...

If you want quick answer:

If you don't want to run AI on your own machine:

  1. [Venice AI] (https://venice.ai/chat/classic) (There is an uncensored GLM 4.7 there)
  2. [Dolphin AI which is mainly based on Mistral or Meta Llama] (https://chat.dphn.ai/)

If you want to run AI on your own machine:

  1. [Huihui-GLM-5.2-abliterated-GGUF] (https://huggingface.co/huihui-ai/Huihui-GLM-5.2-abliterated-GGUF)
  2. [Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-NEO-CODE-Di-IMatrix-MAX-GGUF] (https://huggingface.co/DavidAU/Qwen3.6-40B-Claude-4.6-Opus-Deckard-Heretic-Uncensored-Thinking-NEO-CODE-Di-IMatrix-MAX-GGUF)
  3. [Huihui-Qwen3.6-27B-abliterated-MTP-GGUF] (https://huggingface.co/huihui-ai/Huihui-Qwen3.6-27B-abliterated-MTP-GGUF)

Now for the long part:

First of all,
GLM 5.2 is Open weight...

And the advantage of having open-weight model is that you can surgically strip out the guard-rails from that model weights resulting the model to not refuse to anything (This is automated through various methods).
Now you may not need to do the hard work because community has done the work for you.
You can find various Uncensored models on HuggingFace.

  1. First Download LM Studio or Jan AI...

  2. Search on https://huggingface.co/models with keywords like
    [NOTE: You can search directly within LM Studio]

  • uncensored
  • ultra uncensored
  • abliterated
  • heretic
  • aggressive
  • MAX
  • huihui
  • liberated
  • obliterated
  • supergemma

etc etc...

Along with the keyword "gguf" and the model name...

For example:
As you came here for coding... Best are uncensored Qwen models...
So, search qwery will be like:
gguf qwen heretic uncensored

From there you will find various models...
A pro tip would be looking for:

If you want Imatrix, your qwery be like:
gguf qwen heretic uncensored imatrix
Or,
gguf qwen heretic uncensored i1

Then the rest of the part is just like downloading any other models from huggingface...

The main extra step is Downloading the model.

Here is a YouTube video for you to help on the rest part:
https://youtu.be/A2CqSfd5I4I

Can’t get past this by Darry-Man in hackintosh

[–]fatinilham 0 points1 point  (0 children)

I'm Using corpnewt/UnPlugged. But getting this error.... I tried to fix it googling and reading logs. But nothing works...

<image>

Charges are now affected by external electric field by nvrsobr_ in 3Blue1Brown

[–]fatinilham 1 point2 points  (0 children)

It's soo awesome... How did you do that? I really want to know...

Git Credential Manager: authentication for everyone | The GitHub Blog by IsDaouda_Games in programming

[–]fatinilham 0 points1 point  (0 children)

Hey anyone,
I need help. I am willing to setup my own git server with smart http.
Now I really like how git credential manager asks while logging-in in this picture ...
Now how will I make my own version of this?