Skip to content

Commit bdd7ebe

Browse files
authored
Merge pull request #271 from openai-php/0.8.x
Add Assistants API support
2 parents d9e4b65 + 18ab310 commit bdd7ebe

File tree

186 files changed

+8806
-60
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

186 files changed

+8806
-60
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/)
55
and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## v0.8.0-beta.3 (2023-11-23)
8+
### Removed
9+
- Remove `list()` from Threads resource
10+
11+
## v0.8.0-beta.2 (2023-11-14)
12+
### Fixed
13+
- instruction on ThreadRunResponse may be nullable
14+
715
## v0.7.10 (2023-11-14)
816
### Added
917
- Add RetrieveJobResponseError and batch_size, learning_rate_multiplier parameters on RetrieveJobResponseHyperparameters for fine-tuning endpoint ([#255](https://github.com/openai-php/client/pull/255))
@@ -15,6 +23,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
1523
### Docs
1624
- Fix model in one of the examples
1725

26+
## v0.8.0-beta.1 (2023-11-13)
27+
### Added
28+
- Add support for Assistants and Threads endpoint ([#243](https://github.com/openai-php/client/pull/243))
29+
1830
## v0.7.8 (2023-11-07)
1931
### Added
2032
- Add support for GTP-4 vision on the chat completion endpoint ([#241](https://github.com/openai-php/client/pull/241))

0 commit comments

Comments
 (0)