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

Bump com.knuddels:jtokkit from 0.1.0 to 0.6.1 #7

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 22, 2023

Bumps com.knuddels:jtokkit from 0.1.0 to 0.6.1.

Release notes

Sourced from com.knuddels:jtokkit's releases.

0.6.1

Fixes

  • Added a workaround to prevent issue with regex compilation on Android devices

Full Changelog: knuddelsgmbh/jtokkit@0.6.0...0.6.1

0.6.0

Features

  • Added GPT_3_5_TURBO_16k to the ModelType enum

Full Changelog: knuddelsgmbh/jtokkit@0.5.1...0.6.0

0.5.1

Fixes

  • Fixed an issue resulting in wrong encodings for Unicode input . Thanks @​VoidIsVoid for raising and fixing this issue 🙂

New Contributors

Full Changelog: knuddelsgmbh/jtokkit@0.5.0...0.5.1

0.5.0

Features

  • Added a new EncodingRegistry that loads only the requested vocabularies lazily instead of loading all vocabularies eagerly at initialization. Thanks @​blackdiz for raising this feature request and implementing it 😊

New Contributors

Full Changelog: knuddelsgmbh/jtokkit@0.4.0...0.5.0

0.4.0

Features

  • Added two new methods to Encoding: encode(String, int) and encodeOrdinary(String, int). Both methods allow you to pass a maxTokens integer parameter that stops encoding after the given maximum amount of tokens is reached. Thanks @​radosdesign for raising this feature request and implementing it 😊

Breaking Changes

  • The Encoding interface got two new methods: encode(String, int) and encodeOrdinary(String, int). If you implemented this interface yourself, you have to update your implementations when upgrading.

New Contributors

Full Changelog: knuddelsgmbh/jtokkit@0.3.0...0.4.0

0.3.0

Features

  • Added gpt-4-32k to ModelType
  • Added ModelType#getMaxContextLength which returns the maximum context length the model allows. Note that this context length includes prompt tokens and, where applicable, completion tokens.

Breaking Changes

... (truncated)

Commits
  • 21f8ba1 chore: bump version to 0.6.1
  • 9c55f2b fix: add workaround for android
  • bd71a61 chore(deps): update dependency gradle to v8.2 (#41)
  • b5732a4 docs: add note about usage on Android
  • 8734970 docs: update version
  • dcd6104 chore: bump version to next development version
  • e646c5c chore: bump version to 0.6.0
  • d2cb2b0 feat: add gpt-3.5-turbo-16k to ModelType enum
  • 6af4c82 chore(deps): update dependency typescript to v5.1.6 (#37)
  • 6206e60 chore(deps): update dependency @​tsconfig/docusaurus to v2 (#36)
  • 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.knuddels:jtokkit](https://github.com/knuddelsgmbh/jtokkit) from 0.1.0 to 0.6.1.
- [Release notes](https://github.com/knuddelsgmbh/jtokkit/releases)
- [Commits](knuddelsgmbh/jtokkit@0.1.0...0.6.1)

---
updated-dependencies:
- dependency-name: com.knuddels:jtokkit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 22, 2023
@Valkryst Valkryst merged commit 7b0a0d3 into master Sep 22, 2023
4 checks passed
@Valkryst Valkryst deleted the dependabot/maven/com.knuddels-jtokkit-0.6.1 branch September 22, 2023 19:00
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant