Skip to content

Releases: niieani/gpt-tokenizer

2.8.1

09 Dec 10:11
0f70122
Compare
Choose a tag to compare

2.8.1 (2024-12-09)

Bug Fixes

2.8.0

09 Dec 09:43
15d13b1
Compare
Choose a tag to compare

2.8.0 (2024-12-09)

Features

Performance Improvements

  • optimize token counting (c3e533c)

2.7.0

28 Nov 01:50
2d4146a
Compare
Choose a tag to compare

2.7.0 (2024-11-28)

Features

  • implement 'countTokens' function (2d4146a), closes #67

2.6.2

13 Nov 06:26
3547826
Compare
Choose a tag to compare

2.6.2 (2024-11-13)

Bug Fixes

  • correct special token matching & counting (3547826)
  • unify property and variable names across the library (6030d91)

2.6.1

11 Nov 00:38
ed01980
Compare
Choose a tag to compare

2.6.1 (2024-11-11)

Bug Fixes

2.6.0

04 Nov 05:56
Compare
Choose a tag to compare

2.6.0 (2024-11-04)

Bug Fixes

  • initialize encodings array in parts (aa6c71d), closes #62

Features

  • add new and update existing models (e832f9a)
  • provide comprehensive data for all OpenAI models (ec2ad7e)

2.5.1

21 Oct 03:27
Compare
Choose a tag to compare

2.5.1 (2024-10-21)

(no changes, only benchmark update)

2.5.0

09 Oct 06:09
41673af
Compare
Choose a tag to compare

2.5.0 (2024-10-09)

Features

  • added o1-preview and o1-mini chat completion models (#56) (41673af)

2.4.1

07 Oct 03:27
Compare
Choose a tag to compare

2.4.1 (2024-10-07)

Bug Fixes

  • deps: update dependency gpt-tokenizer to ^2.4.0 (bf4b459)

2.4.0

23 Sep 02:47
Compare
Choose a tag to compare

2.4.0 (2024-09-23)

Features

  • performance optimizations (661e283)