Revert "Use local Whisper compose stack"

This reverts commit 5f833e84a6.
This commit is contained in:
William Valentin
2026-02-13 23:28:49 -08:00
parent 8fa2a6de9d
commit 4f3810ba4c
3 changed files with 30 additions and 49 deletions
+8 -8
View File
@@ -7,8 +7,7 @@
telegram:
bot_token: ${FLYNN_TELEGRAM_TOKEN}
allowed_chat_ids: [-1003673132186]
require_mention: false
allowed_chat_ids: [] # Add your Telegram chat ID
server:
tailscale_only: true
@@ -168,9 +167,10 @@ hooks:
# --host 0.0.0.0 --port 8080 --convert --language en \
# --inference-path /v1/audio/transcriptions
#
audio:
enabled: true
provider:
type: custom
endpoint: "http://whisper-server:8080/v1/audio/transcriptions"
model: "whisper-1"
# 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)