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

14 lines
410 B
YAML
Raw Normal View History

2025-08-16 15:15:06 +02:00
# 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)
2025-08-16 15:16:34 +02:00
cleanup: true
2025-08-16 15:15:06 +02:00
# How many messages/tool calls before the model is cut off (optional, default: 3)
2025-08-16 15:16:34 +02:00
iterations: 3