Skip to content

Bump com.aallam.openai:openai-client from 3.3.2 to 3.4.2#95

Closed
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.aallam.openai-openai-client-3.4.2
Closed

Bump com.aallam.openai:openai-client from 3.3.2 to 3.4.2#95
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/com.aallam.openai-openai-client-3.4.2

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Oct 2, 2023

Bumps com.aallam.openai:openai-client from 3.3.2 to 3.4.2.

Release notes

Sourced from com.aallam.openai:openai-client's releases.

3.4.2

Added

  • Config: Allow custom ktor http client configuration (#239) (Thanks @​rasharab)

3.4.1

Fix

  • Chat: fix(chat): FunctionCall nullable name/arguments (#232)

3.4.0

Added

  • Introduced Parameters.Empty for functions without parameters.
  • Added File.statusDetails for retrieving file status details.
  • HyperParams new fields: computeClassificationMetrics, classificationNClasses and classificationPositiveClass.
  • Moderation: update categories and scores.

Removed

  • Removed beta status from the chat and audio features.

Deprecated

  • completions is deprecated.
  • edits as legacy.

Breaking Changes

  • Audio: Updated TranscriptionRequest's responseFormat type to AudioResponseFormat.
  • Fine Tune: set HyperParams.learningRateMultiplier to be non-nullable.
  • Edit: Choice.finishReason type to FinishReason.
  • Chat: Multiple changes have been implemented:
    • Set index, message, and finishReason fields in ChatChoice to be non-nullable.
    • Set index, delta, and finishReason fields in ChatChunk to be non-nullable.
    • Set ChatCompletionFunction.parameters to be non-nullable.
    • In FunctionCall, set name, arguments, and argumentsAsJson() to be non-nullable.
    • Modified ChatChoice.finishReason and ChatChunk.finishReason types to FinishReason.
Changelog

Sourced from com.aallam.openai:openai-client's changelog.

3.4.2

Published 28 Sep 2023

Added

  • Config: Allow custom ktor http client configuration (#239) (Thanks @​rasharab)

3.4.1

Published 31 Aug 2023

Fix

  • Chat: fix(chat): FunctionCall nullable name/arguments (#232)

3.4.0

Published 23 Aug 2023

Added

  • Introduced Parameters.Empty for functions without parameters.
  • Added File.statusDetails for retrieving file status details.
  • HyperParams new fields: computeClassificationMetrics, classificationNClasses and classificationPositiveClass.
  • Moderation: update categories and scores.

Removed

  • Removed beta status from the chat and audio features.

Deprecated

  • completions is deprecated.
  • edits as legacy.

Breaking Changes

  • Audio: Updated TranscriptionRequest's responseFormat type to AudioResponseFormat.
  • Fine Tune: set HyperParams.learningRateMultiplier to be non-nullable.
  • Edit: Choice.finishReason type to FinishReason.
  • Chat: Multiple changes have been implemented:
    • Set index, message, and finishReason fields in ChatChoice to be non-nullable.
    • Set index, delta, and finishReason fields in ChatChunk to be non-nullable.
    • Set ChatCompletionFunction.parameters to be non-nullable.
    • In FunctionCall, set name, arguments, and argumentsAsJson() to be non-nullable.
    • Modified ChatChoice.finishReason and ChatChunk.finishReason types to FinishReason.
Commits
  • d34d6fd chore: prepare release 3.4.2
  • f7e1b94 feat: Allow for custom Ktor HttpClientPlugin installations (#239)
  • 9a7b0fa Update README.md [skip-ci]
  • 7231ce1 chore: troubleshooting guide [skip ci]
  • b7150b4 chore: update readme [skip ci]
  • f699272 chore(chat): update docs [skip ci]
  • 688d9c8 chore: prepare release 3.4.1
  • 782d030 fix(chat): function call nullable name/arguments (#232)
  • b876b1c chore: prepare release 3.4.0
  • 4c08949 feat(moderations): add harassment and self-hard categories and scores (#230)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [com.aallam.openai:openai-client](https://github.com/Aallam/openai-kotlin) from 3.3.2 to 3.4.2.
- [Release notes](https://github.com/Aallam/openai-kotlin/releases)
- [Changelog](https://github.com/aallam/openai-kotlin/blob/main/CHANGELOG.md)
- [Commits](aallam/openai-kotlin@3.3.2...3.4.2)

---
updated-dependencies:
- dependency-name: com.aallam.openai:openai-client
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Oct 2, 2023
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Oct 9, 2023

Superseded by #97.

@dependabot dependabot bot closed this Oct 9, 2023
@dependabot dependabot bot deleted the dependabot/gradle/com.aallam.openai-openai-client-3.4.2 branch October 9, 2023 08:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update Java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants