v0.3.0#

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

Contributors#

Thanks to everyone who contributed to this release:

@erikbjare

Changelog#

Changes since v0.2.2:

📦 gptme#

✨ Features (2)#

  • feat: added config, refactoring, hide initial system messages, better context awareness (9b54cec0)

  • feat: make OpenAI model configurable (#4) (3f8f2383)

🐛 Fixes (1)#

  • fix: better error if OPENAI_API_KEY not set (93ce1c44)

🔨 Misc (5)#

  • chore: release v0.3.0 (26f3e915)

  • docs: added ‘Shell Copilot’ usecase (6797ca64)

  • docs: added note about Python 3.10+ (52934f8e)

  • docs: updated README (c8579538)

  • docs: added mention of OPENAI_API_KEY (1641a70e)

Full Changelog: https://github.com/gptme/gptme/compare/v0.2.2…v0.3.0