Remove STT feature (not fully offline)
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user