CoolFace
Apppublic

federalhelpless/qwen3-8-27b-obliterated-chat

sourceHugging Faceupdated 1mo agoView on Hugging Face
0likes
App README

Qwen3.8-27B OBLITERATED — Chat Demo

A free, browser-side chat interface for OBLITERATUS/Qwen3.8-27B-OBLITERATED, a refusal-removed variant of Qwen3.8-27B.

How it works

  • —Static Space — pure HTML/CSS/JS, no GPU required, free to host.
  • —Visitor-pays inference — the Space uses HF OAuth to obtain your access token, then streams chat completions from Featherless AI via the @huggingface/inference JS client. Inference is billed to your HF account; the Space creator pays nothing.
  • —Streaming — responses stream token-by-token.
  • —Tunable — max tokens, temperature, and repetition penalty (the model card recommends 1.15) are exposed in the UI.

Files

  • —index.html — page shell, importmap for @huggingface/hub + @huggingface/inference
  • —style.css — dark theme
  • —app.js — OAuth handshake + streaming chat

⚠️ Disclaimer

This model has had its safety guardrails removed via the OBLITERATUS ablation suite. Outputs may be unfiltered. You are responsible for how you use it.

Source

Built from the canonical client-side OAuth example at `huggingfacejs/client-side-oauth`.