mirror of
https://github.com/open-webui/open-webui.git
synced 2026-07-16 23:21:44 -05:00
openwebui censorship? #2620
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joshuacox on GitHub (Nov 12, 2024).
Installation Method
docker compose
Environment
both installed from the docker compose:
cat /etc/os-release
PRETTY_NAME="Ubuntu 22.04.5 LTS"
NAME="Ubuntu"
VERSION_ID="22.04"
VERSION="22.04.5 LTS (Jammy Jellyfish)"
VERSION_CODENAME=jammy
ID=ubuntu
ID_LIKE=debian
HOME_URL="https://www.ubuntu.com/"
SUPPORT_URL="https://help.ubuntu.com/"
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/"
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy"
UBUNTU_CODENAME=jammy
Version 130.0.6723.116 (Official Build) Arch Linux (64-bit)
Confirmation:
I'll not include the logs, as that would expose my users and what they asked, you can test this yourself with whatever offensive prompt that you can dream up.
Expected Behavior:
I expect openwebui to pass my users prompt to the model without censorship.
Actual Behavior:
openwebui censors my users prompt, whereas I can run the model directly with
ollama run modeland it answers my prompt truthfully.Description
Censorship in openwebui
Bug Summary:
OpenWebui appears to be censoring input.
Reproduction Details
Steps to Reproduce:
find a prompt offensive enough to get rejected using an uncensored model like: wizard-vicuna-uncensored
then run the same prompt using
ollama run wizard-vicuna-uncensoredLogs and Screenshots
Again, the prompts and screenshots themselves would obviously be inappropriate for github. But I maintain that hosting a private instance of openwebui, and running uncensored LLMs, that openwebui should not be interjecting itself, the LLM should speak for itself.
@tjbck commented on GitHub (Nov 12, 2024):
There's no censorship. Feel free to audit the code yourself.