Skip to content

OpenAI-DotNet 8.1.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 21 Jun 01:37
· 14 commits to main since this release
3fdd926

What's Changed

  • OpenAI-DotNet 8.1.0 by @StephenHodgson in #334
    • Fixed streaming event race conditions where the subscriber to the stream would finish before steam events were executed
    • Refactored streaming events callbacks from Action<IServerSentEvent> to Func<IServerSentEvent, Task>
    • Added Exception data to OpenAI.Error response
    • Added ChatEndpoint.StreamCompletionAsync with Func<ChatResponse, Task> overload

Full Changelog: v8.0.3...v8.1.0