penalty_last_n property

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

last n tokens to penalize (0 = disable penalty, -1 = context size)

Implementation

@ffi.Int32()
external int penalty_last_n;