v0.1.1#

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

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since initial commit (d00e9aae68cbd6b89bbc474ed7721d08798f96dc):

📦 gptme#

✨ Features (2)#

  • feat: many changes, now supports local inference via llama_cpp.server, some refactoring, improved README (86103ca8)

  • feat: added gpt_todoer and ‘society’ gpt interface (d24c4d21)

🐛 Fixes (5)#

  • fix: misc changes, added summarize_project script, added python-dotenv (00f1d217)

  • fix: fixed bug introduced in refactor (06d21e66)

  • fix: misc fixes and refactor (85972a75)

  • fix: more progress, added gptme script (7bd1edaf)

  • fix: many misc improvements to the chat interface (3dfb8426)

🔨 Misc (5)#

  • chore: release v0.1.1 (ea6b88d7)

  • docs(README): added a bit about gptme (f60cfd01)

  • refactor: refactored gptme script into several files in new gptme module (5003ab1b)

  • docs: added TODOs and badge to README (85e1d956)

  • test: added empty tests for ci to pass (ae089772)

(excluded 3 less relevant commits)

Full Changelog: https://github.com/gptme/gptme/compare/d00e9aae68cbd6b89bbc474ed7721d08798f96dc…v0.1.1