You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
@@ -106,29 +107,22 @@ if (completionResult.Successful)
106
107
107
108
---
108
109
## 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
-
112
110
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.
113
111
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.
118
113
119
114
## 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.
0 commit comments