Raw LLM – Local Proxy UI with Multi-Key Rotation and Unfiltered Access #35000
latent-unshackled
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi all,
I built Raw LLM—a lightweight, open-source React/Express frontend and local proxy designed for raw model testing and security research. It bypasses standard web frontend filtering by talking directly to API endpoints.
Core Features
How it Works (
server.ts)The Express proxy intercepts requests, processes your research-mode configurations (like layered payloads and system overrides), and streams responses straight back to the React UI in real-time.
Feel free to check out the code, run it locally, or open an issue if you have feedback!
All reactions