Skip to content

0.5.0

Compare
Choose a tag to compare
@yethee yethee released this 14 May 11:39
· 10 commits to master since this release
ab25c89

Added

  • Added support for encoding o200k_base (GPT-4o) (#14)
  • Invalidate cache of vocab by checksum

Changed

  • [BC break] Changed signature of method VocabLoader::load

    - public function load(string $uri): Vocab;
    + public function load(string $uri, string|null $checksum = null): Vocab;