mirror of
https://github.com/coalaura/whiskr.git
synced 2025-12-02 20:22:52 +00:00
fix
This commit is contained in:
@@ -7,7 +7,7 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode
|
|||||||
## Features
|
## Features
|
||||||
|
|
||||||
### Core Functionality
|
### 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.
|
- **Broad Model Support**: Use any model available on your OpenRouter account.
|
||||||
- **Real-time Responses**: Get streaming responses from models as they are generated.
|
- **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.
|
- **Persistent Settings**: Your chosen model, temperature, and other parameters are saved between sessions.
|
||||||
|
|||||||
@@ -1251,6 +1251,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
if (!body.messages.length) {
|
if (!body.messages.length) {
|
||||||
|
chatTitle = false;
|
||||||
|
|
||||||
updateTitle();
|
updateTitle();
|
||||||
|
|
||||||
return;
|
return;
|
||||||
|
|||||||
Reference in New Issue
Block a user