1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00
This commit is contained in:
Laura
2025-09-12 20:53:33 +02:00
parent 57418ccbd4
commit 192fdf6cc4
2 changed files with 3 additions and 1 deletions

View File

@@ -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.

View File

@@ -1251,6 +1251,8 @@
};
if (!body.messages.length) {
chatTitle = false;
updateTitle();
return;