6.6.8 #111
kayhantolga
announced in
Announcements
6.6.8
#111
Replies: 1 comment
-
I've started a conversation with folks at microsoft about getting you access so that you can continue to support their version of openai. I'll let you know as I hear back. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Breaking Changes
Renamed Engine keyword to Model in accordance with OpenAI's new naming convention.
Deprecated DefaultEngineId in favor of DefaultModelId.
DefaultEngineId and DefaultModelId is not static anymore.
Added support for Azure OpenAI, a big thanks to @copypastedeveloper!
Added support for Tokenizer, inspired by @dluc's https://github.com/dluc/openai-tools repository. Please consider giving the repo a star.
These two changes are recent additions, so please let me know if you encounter any issues.
Updated documentation links from beta.openai.com to platform.openai.com.
What's Changed
New Contributors
Full Changelog: v6.6.7...v6.6.8
This discussion was created from the release 6.6.8.
Beta Was this translation helpful? Give feedback.
All reactions