1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-12-02 20:22:52 +00:00

update readme

This commit is contained in:
Laura
2025-11-09 22:12:35 +01:00
parent 1e7a711e36
commit 61e04f1acf
4 changed files with 6 additions and 2 deletions

BIN
.github/chat.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 179 KiB

BIN
.github/files.png vendored Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 175 KiB

BIN
.github/images.png vendored

Binary file not shown.

Before

Width:  |  Height:  |  Size: 653 KiB

After

Width:  |  Height:  |  Size: 540 KiB

View File

@@ -12,9 +12,13 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode
- **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.
- **Authentication**: Optional user/password authentication for added security.
- Multimodal Output: If a model supports image output (for example, `google/gemini-2.5-flash-image-preview`), whiskr will request and render images alongside text. You can enable/disable this globally via `settings.image-generation` in `config.yml` (default: true).
- **Multimodal Output**: If a model supports image output (for example, `google/gemini-2.5-flash-image-preview`), whiskr will request and render images alongside text. You can enable/disable this globally via `settings.image-generation` in `config.yml` (default: true).
![image](.github/images.png)
![images](.github/images.png)
- **File Output**: Models are able to emit text files themselves, which can be downloaded or previewed.
![files](.github/files.png)
### Conversation Control
- **Full Message Control**: Edit, delete, or copy any message in the conversation.