Skip to content

com.openai.unity 8.1.0

Compare
Choose a tag to compare
@StephenHodgson StephenHodgson released this 21 Jun 01:14
· 9 commits to upm since this release

What's Changed

  • 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: 8.0.3...8.1.0