Available online as in, you just log in to a website and use it, not on hugging face or github, where you need to download, install and configure.
LLMs are already made so “safe” that they won’t even describe an erotic or crime story - content you would easily find visually represented in all its detail on Netflix, Amazon, HBO, youtube, etc. Ie writing “Game of Thrones” with an AI is not possible in most chat bots anymore.
It says wrong key on the 0bin
Sorry about that bad link. Here it is.
Install ollama
Download any uncensored llm
From ollama’s library
Serve, Pull, and Run
From huggingface
download and any gguf model you want with uncensored in the name. I like ggufs from TheBloke
Create a GGUF file from a non gguf llm for ollama
setup python env
Install pyenv and then follow instructions to update .bashrc
Update pyenv and install a version of python you need
Create a virtual environment
Use the virtual environment and download the pre-reqs
Download the model from huggingface.
For this example, Im going to pull llama3.2_1b_2025_uncensored Note that this llm is 1B so can be ran on a low spec device.
Transpose HF to GGUF
Serve, Organize, Create, and Run