Skip to content

OpenAI-DotNet 7.5.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 22 Dec 18:16
· 45 commits to main since this release
2365dfc

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