Breaking changes
None
New features
None
Bug fixes
* For OpenAI models, the completion token probabilities should actually be sliced based on the tokenization of `end_of_prompt + completion`, not just `completion`. Based on a few experiments, this change doesn't impact statistical performance. But it should be fixed ofc.