mirror of
https://github.com/coalaura/whiskr.git
synced 2025-09-09 09:19:54 +00:00
14 lines
418 B
YAML
14 lines
418 B
YAML
![]() |
# Enable verbose logging and extra diagnostics
|
||
|
debug: false
|
||
|
|
||
|
tokens:
|
||
|
# Your openrouter.ai token (required)
|
||
|
openrouter: ""
|
||
|
# Your exa-search token (optional, for search tools)
|
||
|
exa: ""
|
||
|
|
||
|
settings:
|
||
|
# Replace unicode quotes, dashes, etc. in the assistants output (optional, default: false)
|
||
|
cleanContent: true
|
||
|
# How many messages/tool calls before the model is cut off (optional, default: 3)
|
||
|
maxIterations: 3
|