Skip to content

v0.6.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@oKatanaaa oKatanaaa released this 10 Jul 00:14
· 1 commit to master since this release
7b67650

Breaking changes

  • Added tiktoken as a dependency. OpenAI tokenizers are supported now.
  • Now to launch the app you need to run limagui instead of python -m lima_gui.app.
     

Fixes

  • Fixes #4 .Since LLM providers love to mess with licensing (sometimes messing up the access to tokenizers), the cl100k_base from tiktoken is used by default as the underlying tokenizer.
  • Add loguru to dependency list.