Copy this file to `.uncensored_key` and put a single secret token in it. Any request whose `Authorization: Bearer ` matches this value is FORCED onto the uncensored model fleet, regardless of the model it asks for. Use it to pin a specific client (e.g. a family assistant app) to uncensored models. This is independent of `.apikey` — the router can be open (no auth) and still honor this key to switch a client to the uncensored fleet. Generate one: echo "famapp-$(openssl rand -hex 16)"