DevChat v0.1.8-beta
·
516 commits
to main
since this release
Highlights
- Implemented deep load function for OpenAIPrompt in OpenAIChat
- Enhanced error handling and logging
- Improved data storage and prompt handling
Changelog
- Implement deep load function for OpenAIPrompt in OpenAIChat (d294743)
- Improve error handling, logging, and output (ebb7987, 52bb5d7, 134319b, 18dcf94)
- Refactor data storage and prompt handling
- Replace dict with list for storing responses (9fa4e31)
- Calculate hash using sha256 (fe29e5c)
- Replace shelve store with TinyDB (f14188b)
- Refactor Store and Chat for loading prompts (d7bda72)
- Make prompts dataclasses (49e578c)
- Fix minor bugs and configuration issues (2660cb4, 4613b8a)