Releases: LookforFPS/OJA
Releases · LookforFPS/OJA
1.0.2
In this release, I’ve made adjustments to keep up with recent API changes related to Chat Completion and did some reworking.
Modifications due API changes:
- added the
completion_tokens_details
field toUsage
of Chat Completion.
Rework modifications:
- separated the Usage model of Chat Completion from the Usage model of Embeddings
- modified configuration of
objectMapper
to prevent mapping from breaking when new fields are added to the API
1.0.1
In this release, I’ve made adjustments to keep up with recent API changes related to Chat Completion. These updates include:
- Adding the
refusal
field to AssistantMessage and Delta. - Implementing the new
json_schema
in ResponseFormat.
Additionally, I've updated a few dependencies.
1.0.0
I'm excited to share that the OJA library has reached a point where it's ready for others to use.
Today marks the release of version 1.0.0.
Currently, the library only supports Chat Completion and Embeddings generation.
More features will be added in future updates.
This is my first public GitHub project, so please be a little lenient :)