Skip to content

Commit 88c3c1d

Browse files
committed
version bump
1 parent 0273009 commit 88c3c1d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

OpenAI.SDK/OpenAI.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<PackageIcon>OpenAI-Betalgo.png</PackageIcon>
1111
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
1212
<Title>OpenAI SDK by Betalgo</Title>
13-
<Version>8.4.0</Version>
13+
<Version>8.5.0</Version>
1414
<Authors>Tolga Kayhan, Betalgo</Authors>
1515
<Company>Betalgo Up Ltd.</Company>
1616
<Product>OpenAI ChatGPT, Whisper, GPT-4 and DALL·E dotnet SDK</Product>

Readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,9 +116,9 @@ Due to time constraints, not all methods have been thoroughly tested or fully do
116116
Needless to say, I cannot accept responsibility for any damage caused by using the library.
117117

118118
## Changelog
119-
### 8.4.0
120-
- Added Stream support for submitToolOutputsToRun, createRun, and createThreadAndRun
121-
- 🎉 With this update, we are now in sync with OpenAI's latest API changes. We shouldn't have any missing features as of now.
119+
### 8.5.0
120+
- 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.
121+
- The Base Response now has a `StreamEvent` field, which can be used to determine the type of event while streaming.
122122

123123

124124
### [More Change Logs](https://github.com/betalgo/openai/wiki/Change-Logs)
@@ -129,4 +129,4 @@ For any issues, contributions, or feedback, feel free to reach out or submit a p
129129
Betalgo X: [Betalgo (@Betalgo) / X (twitter.com)](https://twitter.com/Betalgo)
130130
Betalgo Linkedin: [Betalgo | LinkedIn](https://www.linkedin.com/company/betalgo-up )
131131
Tolga X: [Tolga Kayhan (@kayhantolga) / X (twitter.com)](https://twitter.com/kayhantolga)
132-
Tolga Linkedin: [Tolga Kayhan | LinkedIn](https://www.linkedin.com/in/kayhantolga/)
132+
Tolga Linkedin: [Tolga Kayhan | LinkedIn](https://www.linkedin.com/in/kayhantolga/)

0 commit comments

Comments
 (0)