v0.6.1
Pre-release
Pre-release
Breaking changes
- Added
tiktoken
as a dependency. OpenAI tokenizers are supported now. - Now to launch the app you need to run
limagui
instead ofpython -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.