Breaking changes
* `end_of_prompt` is restricted to be a whitespace, `” “`, or empty string, `””`. After much thought and experimentation, I realized that anything else is unnecessarily complicated
* The OpenAI API model `gpt-3.5-turbo-instruct` has been deprecated b/c their API won’t allow setting `echo=True, logprobs=1` starting tomorrow
* The keyword argument for the (still highly experimental) discount feature, `log_marginal_probs_completions`, has been renamed to `log_marg_probs_completions`
New features
* You can input your OpenAI API key dynamically: `api_key=`
* The [User Guide](https://cappr.readthedocs.io/en/latest/user_guide.html) is much better
Bug fixes
None