Initial commit
This commit is contained in:
21
config.yaml
Normal file
21
config.yaml
Normal file
@@ -0,0 +1,21 @@
|
||||
cache_ttl: 30
|
||||
dashboard:
|
||||
enabled: true
|
||||
host: 0.0.0.0
|
||||
port: 5000
|
||||
http_timeout: 30
|
||||
max_workers: 2
|
||||
models:
|
||||
claude: claude-3-haiku
|
||||
gemini: gemini-1.5-flash
|
||||
whisper: base
|
||||
notifications:
|
||||
telegram_enabled: true
|
||||
verbose_logging: true
|
||||
poll_interval: 5
|
||||
processing:
|
||||
batch_size: 3
|
||||
parallel_uploads: 3
|
||||
retry_attempts: 3
|
||||
vram_threshold: 0.8
|
||||
webdav_retries: 3
|
||||
Reference in New Issue
Block a user