Did you know that you can use the logit_bias parameter on the #gpt3 API to feed in a specific set of tokens and see which one is the most probable next token
@narphorium TIL! Finally this explains the multiLogitBias variable in Copilot for encouring codex to generate multiline completions 😛. I'd been wondering what the heck that was for.