diff --git a/README.md b/README.md index 521ef2a..0b25c74 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode ## Features ### Core Functionality -- **Private & Self-Hosted**: All your data is stored in `localStorage`. +- **Private & Self-Hosted**: All your data is stored in `indexedDB`. - **Broad Model Support**: Use any model available on your OpenRouter account. - **Real-time Responses**: Get streaming responses from models as they are generated. - **Persistent Settings**: Your chosen model, temperature, and other parameters are saved between sessions. diff --git a/static/js/chat.js b/static/js/chat.js index 983dd45..4ea5f4e 100644 --- a/static/js/chat.js +++ b/static/js/chat.js @@ -1251,6 +1251,8 @@ }; if (!body.messages.length) { + chatTitle = false; + updateTitle(); return;