Skip to content

Releases: betalgo/openai

v8.7.2

10 Oct 12:28
71c94d4
Compare
Choose a tag to compare

8.7.2

  • Fixed incorrect Azure Urls.
  • Token usage response extended with PromptTokensDetails, audio_tokens and cached_tokens.
  • Model list extended with Gpt_4o_2024_08_06 and Chatgpt_4o_latest.

What's Changed

New Contributors

Full Changelog: v8.7.1...v8.7.2

v8.7.1

10 Oct 12:27
aee7aab
Compare
Choose a tag to compare

8.7.1

  • moved strict paremeter from ToolDefinition to FunctionDefinition

What's Changed

Full Changelog: v8.7.0...v8.7.1

v8.7.0

23 Sep 12:48
e8b5300
Compare
Choose a tag to compare

8.7.0

  • Added Support for o1 reasing models (o1-mini and o1-preview).
  • Added MaxCompletionTokens for chat completions.
  • Added support for ParallelToolCalls for chat completions.
  • Added support for ServiceTier for chat completions.
  • Added support for ChunkingStrategy in Vector Store and Vector Store Files.
  • Added support for Strict in ToolDefinition.
  • Added support for MaxNumberResults and RankingOptions for FileSearchTool.
  • Added support for ReasoningTokens for token usage.
  • Added support for ResponseFormatOneOfType for AssistantResponse.cs.

What's Changed

New Contributors

Full Changelog: v8.6.2...v8.7.0

8.6.2

26 Aug 15:24
2112756
Compare
Choose a tag to compare

8.6.2

What's Changed

Full Changelog: v8.6.1...v8.6.2

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