Skip to content

v0.4.7 - breaking little things

Compare
Choose a tag to compare
@kddubey kddubey released this 05 Oct 04:45
· 192 commits to main since this release

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 is much better

Bug fixes

None