Skip to main content

MAX_RESPONSE

Constant MAX_RESPONSE 

Source
pub const MAX_RESPONSE: usize = _; // 8_388_608usize
Expand description

Response body cap. LLM responses can be large; 8 MiB is generous without being an unbounded allocation from a hostile peer.