dry_penalty_last_n property

  1. @Int32()
int dry_penalty_last_n
getter/setter pair

how many tokens to scan for repetitions (0 = disable penalty, -1 = context size)

Implementation

@ffi.Int32()
external int dry_penalty_last_n;