Use local Whisper compose stack

This commit is contained in:
William Valentin
2026-02-13 22:22:04 -08:00
parent 151b48310e
commit 5f833e84a6
3 changed files with 49 additions and 30 deletions
+8 -8
View File
@@ -7,7 +7,8 @@
telegram:
bot_token: ${FLYNN_TELEGRAM_TOKEN}
allowed_chat_ids: [] # Add your Telegram chat ID
allowed_chat_ids: [-1003673132186]
require_mention: false
server:
tailscale_only: true
@@ -167,10 +168,9 @@ hooks:
# --host 0.0.0.0 --port 8080 --convert --language en \
# --inference-path /v1/audio/transcriptions
#
# audio:
# enabled: true
# provider:
# type: custom # openai, groq, ollama, llamacpp, custom
# endpoint: "http://localhost:18801/v1/audio/transcriptions"
# api_key: "${WHISPER_API_KEY}" # Optional Bearer token
# model: "whisper-1" # Model name (default: whisper-1)
audio:
enabled: true
provider:
type: custom
endpoint: "http://whisper-server:8080/v1/audio/transcriptions"
model: "whisper-1"