chore: remove parakeet service and configuration, switch completely to OpenRouter Whisper

This commit is contained in:
2026-06-06 11:38:51 +02:00
parent 0ec5c51102
commit e10cef4b05
4 changed files with 28 additions and 42 deletions
-9
View File
@@ -34,7 +34,6 @@ services:
OpenWeatherMapAPIKey: ${OpenWeatherMapAPIKey:-}
OpenRouterAPIKey: ${OpenRouterAPIKey:-}
OpenRouterModel: ${OpenRouterModel:-anthropic/claude-3.5-haiku}
PARAKEET_URL: ${PARAKEET_URL:-http://parakeet:5092/v1/audio/transcriptions}
SESSION_SECRET: ${SESSION_SECRET:-}
ADMIN_USER_IDS: ${ADMIN_USER_IDS:-}
NTFY_SERVER: ${NTFY_SERVER:-https://ntfy.sh}
@@ -68,14 +67,6 @@ services:
backend:
condition: service_healthy
parakeet:
image: ghcr.io/achetronic/parakeet:latest
container_name: daagbox-prod-parakeet
restart: always
command: ["/app/parakeet", "-workers", "1"]
ports:
- "5092:5092"
volumes:
pgdata:
name: daagbox-prod-pgdata