Releases: sticklight-io/declarai
Releases · sticklight-io/declarai
v0.1.13
What's Changed
- Fix OpenAI handle_streaming_response TypeError by @giladbarnea in #144
Full Changelog: v0.1.12...v0.1.13
v0.1.12
What's Changed
- Fix bug in openai streaming by @matankley in #139
- Bump version 0.1.12 by @matankley in #140
Full Changelog: v0.1.11...v0.1.12
v0.1.11
What's Changed
- update changelog by @matankley in #123
- Readme fix broken urls by @sagivharel in #124
- add colab intro notebook by @matankley in #126
- [Snyk] Security upgrade setuptools from 39.0.1 to 65.5.1 by @avivex1000 in #125
- fix colab notebook paths by @matankley in #127
- 131 jinja is missing in project dependencies by @avivex1000 in #132
New Contributors
- @sagivharel made their first contribution in #124
Full Changelog: v0.1.10...v0.1.11
v0.1.10
Features:
- Streaming for chat tasks
- Jinja templates in docstrings
Fixes:
- Set the system message correctly when passed through the chat decorator.
What's Changed
- add streaming support with middlewares and for chat tasks as well by @matankley in #112
- fix readme typos by @matankley in #117
- Support jinja templates in docstrings by @matankley in #118
- Fix passing system message in chat decorator by @matankley in #121
Full Changelog: v0.1.9...v0.1.10
v0.1.9
New features:
- Streaming openai respones for declarai tasks.
- Enable middlewares for declarai chats.
- Refactor declarai api - Thanks to @giladbarnea
What's Changed
- introduce middlewares to chat - Closes #105 by @matankley in #106
- Add streaming for openai tasks Closes #107 by @matankley in #108
- flatten declarai api by @giladbarnea in #115
New Contributors
- @giladbarnea made their first contribution in #104
Full Changelog: v0.1.8...v0.1.9
v0.1.8
What's Changed
- fix : #96 Add support for both DECLARAI_OPEN_AI_KEY and OPENAI_API_KEY by @shobhit9957 in #97
- Support pydantic description field by @helmanofer in #98
- Enable azure openai llm. Closes #67 #72 by @matankley in #100
- Fix default azure api version by @matankley in #101
- bump version by @matankley in #102
New Contributors
- @shobhit9957 made their first contribution in #97
Full Changelog: v0.1.7...v0.1.8
v0.1.7
What's Changed
- Fixed docs and added gpt-3.5-turbo-16k by @helmanofer in #88
- Refactor internal structure and generate API Reference in the docs by @matankley in #91
- fix insiders docs installation by @matankley in #92
- fix docs requirements and publish by @matankley in #93
New Contributors
- @helmanofer made their first contribution in #88
Full Changelog: v0.1.6...v0.1.7
v0.1.6
Fix chat greeting bug that caused greeting messages to be duplicated along the conversation.
What's Changed
- Closes #84 - Fix chat greeting duplication bug by @matankley in #85
Full Changelog: v0.1.5...v0.1.6
v0.1.5
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
Introduce Chat memory to support message history of a chat between sessions.
What's Changed
- Remove operator inheritance from llm params type by @matankley in #76
- Closes #62 - Add chat memory by @matankley in #73
Full Changelog: v0.1.3...v0.1.4