logitsAll property

bool logitsAll
getter/setter pair

The llama_decode() call computes all logits, not just the last one

Implementation

bool logitsAll = false;