Skip to content

Commit 85bfe12

Browse files
committed
Version Bump
1 parent 120d751 commit 85bfe12

File tree

2 files changed

+12
-18
lines changed

2 files changed

+12
-18
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.3.0</Version>
13+
<Version>8.4.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: 11 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,8 @@ Install-Package Betalgo.OpenAI.Utilities
3232
Maintenance of this project is made possible by all the bug reporters, [contributors](https://github.com/betalgo/openai/graphs/contributors), and [sponsors](https://github.com/sponsors/kayhantolga).
3333

3434
💖 Sponsors:
35-
[@betalgo](https://github.com/betalgo), [Laser Cat Eyes](https://lasercateyes.com/), [@tylerje](https://github.com/tylerje), [@oferavnery](https://github.com/oferavnery), [@MayDay-wpf](https://github.com/MayDay-wpf), [@AnukarOP](https://github.com/AnukarOP), [@Removable](https://github.com/Removable), [@Scar11](https://github.com/Scar11)
35+
[@betalgo](https://github.com/betalgo), [Laser Cat Eyes](https://lasercateyes.com/)
36+
[@tylerje](https://github.com/tylerje), [@oferavnery](https://github.com/oferavnery), [@MayDay-wpf](https://github.com/MayDay-wpf), [@AnukarOP](https://github.com/AnukarOP), [@Removable](https://github.com/Removable), [@Scar11](https://github.com/Scar11)
3637

3738
---
3839

@@ -106,29 +107,22 @@ if (completionResult.Successful)
106107

107108
---
108109
## Notes
109-
#### Library Renaming
110-
This library was previously known as `Betalgo.OpenAI.GPT3`, and now it has a new package ID: `Betalgo.OpenAI`.
111-
112110
Due to time constraints, not all methods have been thoroughly tested or fully documented. If you encounter any issues, please report them or submit a pull request. Your contributions are always appreciated.
113111

114-
I initially developed this SDK for my personal use and decided to share it with the community. As I have not maintained open-source projects before, any assistance or feedback would be greatly appreciated. Feel free to reach out with your suggestions.
115-
116-
Please be aware that future releases may frequently include breaking changes. Consider this before deciding to use the library. I cannot accept responsibility for any damage caused by using the library. You are free to explore alternative libraries or the OpenAI Web-API if you feel this is not suitable for your purposes.
117-
112+
Needless to say, I cannot accept responsibility for any damage caused by using the library.
118113

119114
## Changelog
120-
### 8.3.0
121-
- Updated Assistant tests, added sample for CreateMessageWithImage
122-
- 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.
123-
- Fixed error handling and response parsing for audio transcription result in text mode.
124-
- Fixed Culture issue for number conversions (Audio Temperature and Image N)
125-
- Removed file_ids from Create Assistant
126-
- Added Support for Chat LogProbs
127-
- Fixed File_Id Typo in file VisionImageUrl
128-
- Updated File purpose enum list
115+
### 8.4.0
116+
- Added Stream support for submitToolOutputsToRun, createRun, and createThreadAndRun
117+
- 🎉 With this update, we are now in sync with OpenAI's latest API changes. We shouldn't have any missing features as of now.
129118

130119

131120
### [More Change Logs](https://github.com/betalgo/openai/wiki/Change-Logs)
132121
---
133122

134123
For any issues, contributions, or feedback, feel free to reach out or submit a pull request.
124+
125+
Betalgo X: [Betalgo (@Betalgo) / X (twitter.com)](https://twitter.com/Betalgo)
126+
Betalgo Linkedin: [Betalgo | LinkedIn](https://www.linkedin.com/company/betalgo-up )
127+
Tolga X: [Tolga Kayhan (@kayhantolga) / X (twitter.com)](https://twitter.com/kayhantolga)
128+
Tolga Linkedin: [Tolga Kayhan | LinkedIn](https://www.linkedin.com/in/kayhantolga/)

0 commit comments

Comments
 (0)