From f23239723c000f47aaa032ce6c15f7569fb1eb56 Mon Sep 17 00:00:00 2001 From: Tolga Kayhan Date: Thu, 11 Jul 2024 20:29:04 +0100 Subject: [PATCH] Update for 8.6.0 --- OpenAI.SDK/OpenAI.csproj | 2 +- Readme.md | 11 ++++------- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/OpenAI.SDK/OpenAI.csproj b/OpenAI.SDK/OpenAI.csproj index f2f18da4..75433b5c 100644 --- a/OpenAI.SDK/OpenAI.csproj +++ b/OpenAI.SDK/OpenAI.csproj @@ -10,7 +10,7 @@ OpenAI-Betalgo.png true OpenAI SDK by Betalgo - 8.5.1 + 8.6.0 Tolga Kayhan, Betalgo Betalgo Up Ltd. OpenAI ChatGPT, Whisper, GPT-4 and DALLĀ·E dotnet SDK diff --git a/Readme.md b/Readme.md index 9abf27e8..fe075489 100644 --- a/Readme.md +++ b/Readme.md @@ -116,13 +116,10 @@ Due to time constraints, not all methods have been thoroughly tested or fully do Needless to say, I cannot accept responsibility for any damage caused by using the library. ## Changelog -### 8.5.1 -- Introduced `IsDelta` into BaseResponseModel, which can help to determine if incoming data is part of the delta. -- -### 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. - +### 8.6.0 +- Fixed Azure Assistant URLs. +- Updated library logo. +- Added support for tool resources in Assistant response. ### [More Change Logs](https://github.com/betalgo/openai/wiki/Change-Logs) ---