Initial commit

This commit is contained in:
renato97
2025-12-16 22:32:27 +00:00
commit 9fb01d5c22
20 changed files with 6952 additions and 0 deletions

21
config.yaml Normal file
View 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