v1.15 Document summarization, user signup / activation / reset password
Update your image with:
docker pull promptpanel/promptpanel:1.15
and then re-create your container.
Features
- New document summarization model.
- Added User Signup / Activation flows (optional, disabled by default) [
PROMPT_USER_SIGNUP
/PROMPT_USER_SIGNUP_ACTIVATE
]. - ] Added Password Reset flow (optional, disabled by default) [
PROMPT_USER_RESET_PASSWORD
. - New explicit
/actions
support. - Citations now supported by default template (instead of custom template).
- Added email SMTP credentials (used for activation / password reset):
PROMPT_SMTP_HOST
PROMPT_SMTP_USE_TLS
PROMPT_SMTP_PORT
PROMPT_SMTP_USER
PROMPT_SMTP_PASSWORD
PROMPT_SMTP_FROM_ADDRESS
Enhancements
- JWT refresh logic updates.
- Added specific blacklist for tokens (instead of full log for bloat).
- Updated Tailwind, fixed prose.
- Small visual fixes