Revert "Use local Whisper compose stack"
This reverts commit 5f833e84a6.
This commit is contained in:
+8
-8
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user