Remove STT feature (not fully offline)

This commit is contained in:
ben
2023-03-04 22:22:22 +01:00
parent 0f09f3fbb4
commit f3eae794ac
4 changed files with 9 additions and 76 deletions

View File

@@ -70,26 +70,6 @@ services:
timeout: 15s
retries: 3
faster-whisper-server:
image: fedirz/faster-whisper-server:latest-cuda
environment:
- WHISPER__MODEL=Systran/faster-whisper-large-v3
volumes:
- hf-hub-cache:/home/ubuntu/.cache/huggingface/hub
deploy:
resources:
reservations:
devices:
- driver: nvidia
count: all
capabilities: [gpu]
restart: unless-stopped
healthcheck:
test: curl --fail http://localhost:8000 || exit 1
interval: 30s
timeout: 15s
retries: 3
nginx:
image: nginx
volumes:
@@ -99,19 +79,16 @@ services:
- API_KEY=${LLM_API_KEY}
depends_on:
- openedai-speech
- faster-whisper-server
- ollama
- aichat
links:
- ollama
- faster-whisper-server
- openedai-speech
- aichat
ports:
- "11434:11434"
- "8000:8000"
- "8001:8001"
- "8002:8002"
restart: unless-stopped
volumes: