pub const MAX_RESPONSE: usize = _; // 8_388_608usize
Response body cap. LLM responses can be large; 8 MiB is generous without being an unbounded allocation from a hostile peer.