Meta Llama — All right reserved
is used with Thixe — All right reserved
Meta Your unchoosed individual data are
never used by LLM
function update() { const sel = document.querySelector('input[name="isa-model"]:checked'); const isLlama = sel && sel.value.includes('meta-llama'); badge.classList.toggle('visible', !!isLlama); } document.querySelectorAll('input[name="isa-model"]').forEach(function (r) { r.addEventListener('change', update); }); update(); })();