v0.9.1#

These are the release notes for gptme version v0.9.1.

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since v0.9.0:

📦 gptme#

🐛 Fixes (2)#

  • fix: fixed passing non-text files on cli, fixed recursive import, fixed len() call which should be len_tokens(), only stop generation on executable/supported codeblocks (0aebbffd)

  • fix: fixed support for local models (specifically through litellm proxy) (a0460047)

🔨 Misc (1)#

  • docs: updated local-models doc with better instructions (23644af2)

Full Changelog: https://github.com/gptme/gptme/compare/v0.9.0…v0.9.1