-
-
Notifications
You must be signed in to change notification settings - Fork 148
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Changed OpenAIClient to implement IDisposable. - Disposing OpenAICLient is now required if you're not passing a custom HttpClient. - If passing an custom HttpClient, it will need to be expressly disposed after use. - Updated Chat.Message.CopyFrom Content check from string.IsNullOrEmpty to null check.
- Loading branch information
1 parent
f93486c
commit 2365dfc
Showing
4 changed files
with
175 additions
and
102 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.