Skip to content

Releases: RageAgainstThePixel/OpenAI-DotNet

OpenAI-DotNet 7.5.0

22 Dec 18:16
2365dfc
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.5.0 by @StephenHodgson in #209
    • 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.

Full Changelog: v7.4.4...v7.5.0

OpenAI-DotNet 7.4.4

10 Dec 22:15
f93486c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.3...v7.4.4

OpenAI-DotNet 7.4.3

07 Dec 13:18
053a521
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.4.2...v7.4.3

OpenAI-DotNet 7.4.2

07 Dec 02:48
0138115
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.4.2 by @StephenHodgson in #202
    • Fixed missing Threads.Message.Content.ImageFile property.
    • Marked OpenAI.Completions Obsolete

Full Changelog: v7.4.1...v7.4.2

OpenAI-DotNet 7.4.1

03 Dec 18:33
93177b0
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.4.1 by @michalblaha in #197
    • Fixed AssistantExtension.UploadFileAsync spelling error with file purpose.

New Contributors

Full Changelog: v7.4.0...v7.4.1

OpenAI-DotNet 7.4.0

30 Nov 21:08
046bcf3
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.4.0 by @StephenHodgson in #194
    • Refactored OpenAI.Threads.LastRunError -> OpenAI.Error for more generic use in future.
    • Fixed OpenAI.Threads.Annotations namespace
    • Fixed OpenAI.Threads.ContextText namespace

Full Changelog: v7.3.8...v7.4.0

OpenAI-DotNet 7.3.8

29 Nov 17:19
929f45e
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.3.8 by @StephenHodgson in #192
    • Added Chat.Content.ctr overloads and implicit casting for easier usage
    • Internal refactoring of FilesEndpoint.DeleteFileAsync (better status checking)
    • Internal refactoring of FineTuningEndpoint to ensure we're properly setting response data
    • Updated unit tests
    • Updated docs

Full Changelog: v7.3.7...v7.3.8

OpenAI-DotNet 7.3.7

28 Nov 16:28
bdd720d
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.3.7 by @Mitch528 in #191
    • Fixes streaming with tools not being property copied over

Full Changelog: v7.3.6...v7.3.7

OpenAI-DotNet 7.3.6

28 Nov 15:53
9354127
Compare
Choose a tag to compare

What's Changed

  • OpenAI-DotNet 7.3.6 by @Mitch528 in #190
    • Fixed ArgumentOutOfRangeException when streaming chat completion response contains more than one tool

Full Changelog: v7.3.5...v7.3.6

OpenAI-DotNet 7.3.5

27 Nov 17:58
894840e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v7.3.4...v7.3.5