Skip to content

v0.4.0 - Executor and ChatSession

Compare
Choose a tag to compare
@AsakusaRinne AsakusaRinne released this 19 Jun 19:13
· 1993 commits to master since this release
43dcce8

Version 0.4.0 introduces many break changes. However we strongly recommend to upgrade to 0.4.0 because it provides better abstractions and stability by refactoring the framework. The backend v0.3.0 and v0.3.1 still works for LLamaSharp v0.4.0.

The main changes:

  1. Add three-level abstractions: LLamaModel, LLamaExecutor and ChatSession.
  2. Fix the BUG of saving and loading state.
  3. Support saving/loading chat session directly.
  4. Add more flexible APIs in the chat session.
  5. Add detailed documentations: https://scisharp.github.io/LLamaSharp/0.4/

Acknowledge

During the development, thanks a lot for the help from @TheTerrasque ! His/Her fork gives us many inspirations. Besides, many thanks for the following contributors!

New Contributors