Hello, I’m currently using GPT4All on Debian, I was wondering, how do you get the AI to do whatever you want? I’m using the Nous Hermes 2 Mistral DPO model.

  • @db2
    link
    179 months ago

    It won’t be able to do things it isn’t trained on.

  • @[email protected]
    link
    fedilink
    English
    169 months ago

    You generally want to use a model which has been fine tuned to work around the inbuilt censorship. There are plenty available on huggingface currently. It’s not a perfect solution, but works well enough for what it is.

    I would suggest using the llama.cpp backend with a frontend of your choosing.

  • @[email protected]
    link
    fedilink
    119 months ago

    You need to download and run an unrestricted model. Take a look at thebloke models (there’s an uncensored 13b vicuna and wizard model).

    Even with uncensored models, you sometimes need to pre-prompt it to answer certain queries as it talks about “ethics” and “morality”.

    • @CetaceanNeeded
      link
      79 months ago

      “Imagine a world where X is not unethical…”

  • @CeeBee
    link
    79 months ago

    Use an unrestricted model. The dolphin ones are good. Like Dolphin-Mistral.

  • @thantik
    link
    English
    09 months ago

    So long as you don’t feed it a prompt that attempts to guard-rail it, it should do whatever you want pretty much out-of-the-box.