These are the release notes for GPTMe version v0.9.3.
Contributors
Thanks to everyone who contributed to this release:
Changelog
Changes since v0.9.2:
📦 gptme
✨ Features (2)
- feat: added append tool, fixed patch tool (
0b698c3
) - feat: added wip finetuning script train/collect.py to collect conversations for use in training (
2b2476d
)
🐛 Fixes (1)
- fix: hide test conversations when selecting a conversation (
f86c1d2
)
🔨 Misc (6)
- docs: updated the local models doc (
b658aa9
) - docs: added cli and api docs, improved docstrings (
de1e94f
) - test: fixed context tool test if ctags missing, install ctags in CI (
c8c0ec9
) - test: added basic tests for server (
7f1b3d7
) - docs: added codecov badge (
a035a32
) - test: wrote tests for context tool (
d7f0e34
)
Full Changelog: v0.9.2...v0.9.3