Skip to content

Releases: betalgo/openai

8.6.1

18 Jul 18:38
327899f
Compare
Choose a tag to compare

8.6.1

  • Updated Models with new GPT-4o mini model.

What's Changed

Full Changelog: v8.6.0...v8.6.1

v8.6.0

18 Jul 18:37
c33aa77
Compare
Choose a tag to compare

8.6.0

  • Fixed Azure Assistant URLs.
  • Updated library logo.
  • Added support for tool resources in Assistant response.

What's Changed

Full Changelog: v8.5.1...v8.6.0

8.5.1

18 Jun 11:27
89fac53
Compare
Choose a tag to compare

8.5.1

  • Introduced IsDelta into BaseResponseModel, which can help to determine if incoming data is part of the delta.

What's Changed

Full Changelog: v8.5.0...v8.5.1

v8.5.0

15 Jun 17:16
d22864e
Compare
Choose a tag to compare

8.5.0

  • Assistant Stream now returns the BaseResponse type, but they can be cast to the appropriate types(RunStepResponse,RunResponse,MessageResponse). The reason for this change is that we realized the stream API returns multiple different object types rather than returning a single object type.
  • The Base Response now has a StreamEvent field, which can be used to determine the type of event while streaming.

What's Changed

Full Changelog: v8.4.0...v8.5.0

8.4.0

11 Jun 14:33
025f684
Compare
Choose a tag to compare

8.4.0

  • Added Stream support for submitToolOutputsToRun, createRun, and createThreadAndRun
  • 🎉 With this update, we are now in sync with OpenAI's latest API changes. We shouldn't have any missing features as of now.

What's Changed

Full Changelog: v8.3.0...v8.4.0

v8.3.0

03 Jun 20:33
7772cf3
Compare
Choose a tag to compare

8.3.0

  • Updated Assistant tests, added sample for CreateMessageWithImage
  • Azure Assistant endpoints are updated since documentation reference still earlier version (Assistant v1). I am not sure if Azure supports all Assistant v2 features. So, feedback is much appreciated.
  • Fixed error handling and response parsing for audio transcription result in text mode.
  • Fixed Culture issue for number conversions (Audio Temperature and Image N)
  • Removed file_ids from Create Assistant
  • Added Support for Chat LogProbs
  • Fixed File_Id Typo in file VisionImageUrl
  • Updated File purpose enum list

What's Changed

Full Changelog: v8.2.2...v8.3.0

v8.2.2

18 May 18:46
b55cbaa
Compare
Choose a tag to compare

8.2.2

  • Assistant (Beta) feature is now available in the main package. Be aware there might still be bugs due to the beta status of the feature and the SDK itself. Please report any issues you encounter.
  • Use "UseBeta": true in your config file or serviceCollection.AddOpenAIService(r => r.UseBeta = true); or new OpenAiOptions { UseBeta = true } in your service registration to enable Assistant features.
  • Expect more frequent breaking changes around the assistant API due to its beta nature.
  • All Assistant endpoints are implemented except for streaming functionality, which will be added soon.
  • The Playground has samples for every endpoint usage, but lacks a complete implementation for the Assistant APIs. Refer to Assistants overview - OpenAI API for more details.
  • Special thanks to all contributors for making this version possible!

Other Changes:

  • Fixed a bug with multiple tools calling in stream mode.
  • Added error handling for streaming.
  • Added usage information for streaming (use StreamOptions = new(){IncludeUsage = true,} to get usage information).
  • Added timestamp_granularities[] for Create transcription to provide the timestamp of every word.

What's Changed

New Contributors

Full Changelog: v8.1.1...v8.2.2

8.1.1

20 Apr 22:18
ace166a
Compare
Choose a tag to compare

8.1.1

  • Fixed incorrect mapping for batch API error response.

What's Changed

Full Changelog: v8.1.0...v8.1.1

v8.1.0

16 Apr 19:39
9295517
Compare
Choose a tag to compare

8.1.0

  • Added support for Batch API

What's Changed

Full Changelog: v8.0.1...v8.1.0

8.0.1

14 Apr 18:32
6d0f4e0
Compare
Choose a tag to compare

8.0.1

  • Added support for new Models gpt-4-turbo and gpt-4-turbo-2024-04-09 thanks to @ChaseIngersol

What's Changed

Full Changelog: v8.0.0...v8.0.1