Skip to content

Releases: sticklight-io/declarai

v0.1.13

16 Oct 15:04
0021901
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.12...v0.1.13

v0.1.12

05 Oct 12:52
edb07da
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.11...v0.1.12

v0.1.11

11 Sep 08:41
c1aa508
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.10...v0.1.11

v0.1.10

01 Sep 23:00
a7c51a1
Compare
Choose a tag to compare

Features:

  • Streaming for chat tasks
  • Jinja templates in docstrings

Fixes:

  • Set the system message correctly when passed through the chat decorator.

What's Changed

Full Changelog: v0.1.9...v0.1.10

v0.1.9

31 Aug 09:51
61ee097
Compare
Choose a tag to compare

New features:

  1. Streaming openai respones for declarai tasks.
  2. Enable middlewares for declarai chats.
  3. Refactor declarai api - Thanks to @giladbarnea

What's Changed

New Contributors

Full Changelog: v0.1.8...v0.1.9

v0.1.8

28 Aug 08:26
ef4821b
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.7...v0.1.8

v0.1.7

24 Aug 10:21
18e5cb9
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.6...v0.1.7

v0.1.6

17 Aug 09:48
506f2a1
Compare
Choose a tag to compare

Fix chat greeting bug that caused greeting messages to be duplicated along the conversation.

What's Changed

Full Changelog: v0.1.5...v0.1.6

v0.1.5

13 Aug 13:12
2e17b6a
Compare
Choose a tag to compare

Support PostgresQL, Redis and MongoDB for saving chat message history!

What's Changed

  • Closes #77 - Support databases for chat memory (postgres, mongo and redis) by @matankley in #78

Full Changelog: v0.1.4...v0.1.5

v0.1.4

13 Aug 07:19
163056a
Compare
Choose a tag to compare

Introduce Chat memory to support message history of a chat between sessions.

What's Changed

Full Changelog: v0.1.3...v0.1.4