openai/tiktoken
Publicmirrored fromhttps://github.com/openai/tiktokenAvailable
CHANGELOG.md
16lines · modecode
| 1 | # Changelog |
| 2 | |
| 3 | This 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 |