openai/tiktoken

Public

mirrored fromhttps://github.com/openai/tiktokenAvailable

CodeCommitsIssuesPull requestsActionsInsightsSecurity
7830ed537badecefb5a357448be722bfd58f9fca

Branches

Tags

  • No tags available.
0Branches0Tags
Go to file
Add file
Code

Clone

HTTPS

Download ZIP

CHANGELOG.md

16lines · modecode

1# Changelog
2
3This is the changelog for the open source version of tiktoken.
4
5## [v0.2.0]
6- Add ``tiktoken.encoding_for_model`` to get the encoding for a specific model
7- Improve portability of caching logic
8
9## [v0.1.2]
10- Avoid use of `blobfile` for public files
11- Add support for Python 3.8
12- Add py.typed
13- Improve the public tests
14
15## [v0.1.1]
16- Initial release