// Policies panel + Activity feed + Add Provider modal + Tweaks const { useState: useStateM } = React; const PoliciesPanel = () => { const { policies } = window.LLMGateData; const t = window.t; const [list, setList] = useStateM(policies); const toggle = (id) => setList(list.map(p => p.id === id ? {...p, active: !p.active} : p)); return (
Connect a SaaS or self-hosted inference backend. Step {step} of 2.