Skip to content

Releases: zurawiki/tiktoken-rs

v0.9.1

09 Nov 21:50
705a02e

Choose a tag to compare

What's Changed

  • Support o-series models, gpt-5, and add o200k_harmony tokenizer for gpt-oss in #123

Full Changelog: v0.7.0...v0.9.1

v0.7.0

19 May 05:12
7c20dc6

Choose a tag to compare

What's Changed

  • Remove need for Arc<Mutex<>> on singletons by @benbrandt in #107
  • Update to latest tiktoken + new model support by @benbrandt in #106
  • Dependency and build/CI updates

New Contributors

Full Changelog: v0.6.0...v0.7.0

v0.6.0

14 Oct 00:48
b2a7f4d

Choose a tag to compare

Minor version release signifies a breaking change in 0.x

What's Changed

  • Add support for chatgpt-4o-latest by @Congyuwang in #85
  • Refactor internals to make future updates to tiktoken easier to merge
  • Do not expose tiktoken internal modules and functions
  • Update dependencies

New Contributors

Full Changelog: v0.5.9...v0.6.0

v0.5.9

16 May 01:53

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.8...v0.5.9

v0.5.8

22 Dec 03:25

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.7...v0.5.8

v0.5.7

14 Nov 14:05

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.5.6...v0.5.7

v0.5.6

21 Oct 23:24

Choose a tag to compare

What's Changed

Full Changelog: v0.5.5...v0.5.6

v0.5.5

16 Oct 14:36

Choose a tag to compare

What's Changed

  • return correct context length for text-embedding-ada-002 by @ursachec in #41

New Contributors

Full Changelog: v0.5.4...v0.5.5

v0.5.4

18 Sep 14:47

Choose a tag to compare

Restore minimum supported Rust version (MSRV) to 1.61.0.

  • No other functional changes

v0.5.3

02 Sep 03:03

Choose a tag to compare

Update dependencies

Full Changelog: v0.5.1...v0.5.3