n_max_text_ctx property

  1. @Int()
int n_max_text_ctx
getter/setter pair

max tokens to use from past text as prompt for the decoder

Implementation

@ffi.Int()
external int n_max_text_ctx;