We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faddd9b commit a4e519aCopy full SHA for a4e519a
CHANGELOG.md
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
The format is based on [Keep a Changelog](http://keepachangelog.com/)
5
and this project adheres to [Semantic Versioning](http://semver.org/).
6
7
+## v0.9.2 (2024-05-27)
8
+### Added
9
+- Support for usage stream option on chat endpoint ([#398](https://github.com/openai-php/client/pull/398))
10
+
11
+- ### Fixed
12
+- Missing output paramenter on streamed code interpreter outpu ([#406](https://github.com/openai-php/client/pull/406))
13
14
## v0.9.1 (2024-05-24)
15
### Added
16
- Add support for Batches endpoint ([#403](https://github.com/openai-php/client/pull/403))
0 commit comments