mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
25 lines
663 B
YAML
25 lines
663 B
YAML
# enable verbose logging and diagnostics
|
|
debug: false
|
|
|
|
tokens:
|
|
# server secret for signing auth tokens; auto-generated if empty
|
|
secret: ""
|
|
# openrouter.ai api token (required)
|
|
openrouter: ""
|
|
# exa search api token (optional; used by search tools)
|
|
exa: ""
|
|
|
|
settings:
|
|
# normalize unicode in assistant output (optional; default: false)
|
|
cleanup: true
|
|
# max model turns per request (optional; default: 3)
|
|
iterations: 3
|
|
|
|
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
|