1
0
mirror of https://github.com/coalaura/whiskr.git synced 2025-09-09 09:19:54 +00:00
Files
whiskr/example.config.yml

23 lines
591 B
YAML
Raw Normal View History

2025-08-16 16:03:36 +02:00
# enable verbose logging and diagnostics
2025-08-16 15:15:06 +02:00
debug: false
tokens:
2025-08-16 16:03:36 +02:00
# server secret for signing auth tokens; auto-generated if empty
secret: ""
# openrouter.ai api token (required)
2025-08-16 15:15:06 +02:00
openrouter: ""
2025-08-16 16:03:36 +02:00
# exa search api token (optional; used by search tools)
2025-08-16 15:15:06 +02:00
exa: ""
settings:
2025-08-18 05:15:48 +02:00
# normalize unicode in assistant output (optional; default: true)
2025-08-16 15:16:34 +02:00
cleanup: true
2025-08-16 16:03:36 +02:00
authentication:
# require login with username and password
enabled: false
# list of users with bcrypt password hashes
users:
- username: admin
password: $2a$12$eH6Du2grC7aOUDmff2SrC.yKPWea/fq0d76c3JsvhGxhGCEOnWTRy