v8.2.2 #564
kayhantolga
announced in
Announcements
v8.2.2
#564
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
8.2.2
"UseBeta": true
in your config file orserviceCollection.AddOpenAIService(r => r.UseBeta = true);
ornew OpenAiOptions { UseBeta = true }
in your service registration to enable Assistant features.Other Changes:
StreamOptions = new(){IncludeUsage = true,}
to get usage information).What's Changed
New Contributors
Full Changelog: v8.1.1...v8.2.2
This discussion was created from the release v8.2.2.
Beta Was this translation helpful? Give feedback.
All reactions