Created by: stephenroller
Patch Description
@tbmihailov pointed out that our logits differ from the openai's, in that we (previously) started our logprobs with the first generated token, rather than including a sentinel null
logprob and including the first token.
This PR fixes that so we are more consistent with OpenAI
Testing steps So much manual testing.