Skip to content

0.2.7

Latest
Compare
Choose a tag to compare
@signebedi signebedi released this 25 May 22:13
· 8 commits to master since this release

Full Changelog: 0.2.6...0.2.7
Project Roadmap: #1

Introduces the UniversalCompletion class to allow users to abstractly query the OpenAI API without needing to worry excessively about model types. (#39) Admittedly, the difference in the structure of queries between Completion and ChatCompletion models has not been fully abstracted away, but will be addressed in a future release. (#68)

This release also added some pdoc-generated documentation, though the quality may be slightly lacking. (#66)