This repository was archived by the owner on May 6, 2023. It is now read-only.
v1.0.0-alpha.7 #45
valentinegb
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
This version pretty much just adds parity with the
generate-from-schema
branch. The biggest change is the way authentication works now:This
set_key
function is much more flexible, so you don't have to use an environment variable. (You still should if you can though.)With this shift away from depending on an environment variable, the magical
ModelID
enumerator is gone. This may be saddening to hear by some, but the truth is it caused more headaches than it prevented. All references toModelID
have been replaced withString
or&str
. Please make sure you replace code likeModelID::TextDavinci003
with code similar to"text-davinci-003"
.What's Changed
New Contributors
Full Changelog: v1.0.0-alpha.6...v1.0.0-alpha.7
Sponsors
A massive thank you to the individual who became my very first GitHub sponsor! The reward for sponsoring is supposed to be a mention in release notes, but they sponsored privately, so I hope that mentioning their contribution without mentioning their name is alright.
This discussion was created from the release v1.0.0-alpha.7.
Beta Was this translation helpful? Give feedback.
All reactions