Skip to content

DevChat Core v0.2.9

Latest
Compare
Choose a tag to compare
@basicthinker basicthinker released this 11 Oct 04:58
· 215 commits to main since this release

(Since v0.2.6)

Highlights

  • Added devchat log --insert to insert a prompt to the log
  • Added setters of Prompt attributes
  • Removed anthropic and litellm packages
  • Refactored OpenAI API call logic

Change Log

Improvements

  • Supported inserting an outside prompt to DevChat log (d6a1765)
  • Tested CLI log insert. Added assert result.exit_code == 0 checks (cbaa3e7)
  • Added setters for Prompt attributes (f0c8aff)
  • Directly count tokens of other models using cl100k_base (ad67bbc, 38b9769)

Bug Fixes

  • Fixed the usage of an f-string in CLI log test (ed7c538)
  • Ensured timestamp difference in CLI topic test (3d9aeb7)

Package Removals

  • Removed anthropic package (28a89fc)
  • Removed litellm import and usage (fdabd85)

Documentation