1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-07 08:15:31 +00:00
This commit is contained in:
2025-08-26 03:04:54 +02:00
parent 7d48984703
commit 36cc50e90b
2 changed files with 2 additions and 0 deletions

View File

@@ -34,6 +34,7 @@ whiskr is a private, self-hosted web chat interface for interacting with AI mode
- improved custom prompts
- collapse messages
- user defined timezone
- settings
- auto-retry on edit
- ctrl+enter vs enter for sending

View File

@@ -5,6 +5,7 @@ import "strings"
var cleaner = strings.NewReplacer(
"", "-",
"—", "-",
"", "-",
"“", "\"",
"”", "\"",