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

use yml for config

This commit is contained in:
Laura
2025-08-16 15:15:06 +02:00
parent f5f984a46f
commit abefbf1b92
12 changed files with 71 additions and 127 deletions

14
example.config.yml Normal file
View File

@@ -0,0 +1,14 @@
# 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