DevChat v0.1.7-beta
·
529 commits
to main
since this release
Highlights
Key highlights since v0.1.4-beta include:
- Replaced video with gifs in README.md
- Fixed a bug in the order of storing prompts
- Added parent to prompt shorlog
- Optimized the order of messages
- Limited token number for Assistant to make prompt
- Added token counting utils
- Added commitmsg as code type for commit messages
Change Log
Improvements
- Changed default temperature of GPT to 0 (c9fcf60)
- Added parent to prompt shorlog (e3b2064)
- Optimized the order of messages (1e6e130)
- Added test cases for tokens-per-prompt (afefe48)
- Limited token number for Assistant to make prompt (342fbfe)
- Added token counting utils (f51f55c)
- Added commitmsg as code type for commit messages (f49fd6d)
Bug Fixes
- Fixed a bug in the order of storing prompts (2488009)
- Fixed a bug of overwriting request token number (604ea31)