v1.4.4
·
1162 commits
to main
since this release
Release Notes
Admin Page
New Features
- A new sidebar panel on the Admin Page allows administrators to view various system and usage statistics. (555)
Threads
New Features
- Thread names are now generated after the user has sent a third message in the conversation to allow for more informative titling. Untitled threads will appear as "New Conversation" in the UI. (553)
- A new thread titling generation prompt should lead to more succinct titles and better performance. The model used has also been upgraded from
gpt-3.5-turbotogpt-4o-minifor increased performance. (553)
Deployment Information
| Schema Upgrade | Migration Script | Permissions Update | Task Definition Update |
|---|---|---|---|
| YES | No | No | No |
Deployment Details
- DB Schema Upgrade: eebdd27edf02 -> 8e800c07b278, Threads: New user message count column and make name nullable
Related PRs
- Regenerate title for chat thread when we have more information by @ekassos in #553
- Add usage statistics in Admin page sidebar by @ekassos in #555
Full Changelog: 451-srv110-web79...453-srv112-web81