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

add config to disable floaters

This commit is contained in:
Laura
2025-09-27 23:50:36 +02:00
parent 7d16b5e6e8
commit f7b43fb559
4 changed files with 83 additions and 62 deletions

View File

@@ -16,6 +16,12 @@ settings:
cleanup: true
# model used to generate titles (needs to have structured output support; default: google/gemini-2.5-flash-lite)
title-model: google/gemini-2.5-flash-lite
# allow image generation (optional; default: true)
image-generation: true
ui:
# disables things like the floating stars in the background (optional; default: false)
reduced-motion: false
authentication:
# require login with username and password