Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Assistants API support #271

Merged
merged 24 commits into from
Nov 23, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
a169658
[0.8.x] Add Assistant API support (#243)
gehrisandro Nov 13, 2023
f1a2275
release: v0.8.0-beta.1
gehrisandro Nov 13, 2023
f32c1be
Merge branch 'main' into 0.8.x
gehrisandro Nov 14, 2023
26b3941
Fix typo in doc blocks
gehrisandro Nov 14, 2023
4ebc74a
Merge branch 'main' into 0.8.x
gehrisandro Nov 14, 2023
7a9764a
Fix ThreadRunResponse instruction can be nullable
gehrisandro Nov 14, 2023
1f36d33
Merge branch 'main' into 0.8.x
gehrisandro Nov 14, 2023
a910d16
release: v0.8.0-beta.2
gehrisandro Nov 14, 2023
f6b7f39
Improve exceptions and their tests with mutation testing
gehrisandro Nov 22, 2023
73ad0eb
Improve resources tests with mutation testing
gehrisandro Nov 22, 2023
71b05a6
Improve TranscriptionResponseSegment transient parameter with mutatio…
gehrisandro Nov 22, 2023
dabc9c3
Improve TranslationResponseSegment transient parameter with mutation …
gehrisandro Nov 22, 2023
26b938d
Improve Chat response tests with mutation testing
gehrisandro Nov 22, 2023
9e020d5
Improve Chat stream response tests with mutation testing
gehrisandro Nov 22, 2023
29fe653
Improve Image responses and their tests with mutation testing
gehrisandro Nov 22, 2023
8e2d5d3
Improve MetaInformation with mutation testing
gehrisandro Nov 22, 2023
90fd2bf
Improve Assistants API tests with mutation testing
gehrisandro Nov 22, 2023
e92768f
Improve HttpTransporter tests with mutation testing
gehrisandro Nov 22, 2023
966b339
Improve ValueObject tests with mutation testing
gehrisandro Nov 22, 2023
c4f6acd
Merge branch 'main' into 0.8.x
gehrisandro Nov 23, 2023
ffba607
Merge branch 'mutation-test' into 0.8.x
gehrisandro Nov 23, 2023
f317a9e
Remove threads list endpoint
gehrisandro Nov 23, 2023
44e9a4d
release: v0.8.0-beta.3
gehrisandro Nov 23, 2023
18ab310
Merge branch 'main' into 0.8.x
gehrisandro Nov 23, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## v0.8.0-beta.3 (2023-11-23)
### Removed
- Remove `list()` from Threads resource

## v0.8.0-beta.2 (2023-11-14)
### Fixed
- instruction on ThreadRunResponse may be nullable

## v0.7.10 (2023-11-14)
### Added
- Add RetrieveJobResponseError and batch_size, learning_rate_multiplier parameters on RetrieveJobResponseHyperparameters for fine-tuning endpoint ([#255](https://github.com/openai-php/client/pull/255))
Expand All @@ -15,6 +23,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Docs
- Fix model in one of the examples

## v0.8.0-beta.1 (2023-11-13)
### Added
- Add support for Assistants and Threads endpoint ([#243](https://github.com/openai-php/client/pull/243))

## v0.7.8 (2023-11-07)
### Added
- Add support for GTP-4 vision on the chat completion endpoint ([#241](https://github.com/openai-php/client/pull/241))
Expand Down
Loading
Loading