updated config.ini

This commit is contained in:
tcsenpai 2025-05-23 11:52:40 +02:00
parent d52cc2bf12
commit e3bdbd0814
2 changed files with 3 additions and 11 deletions

View File

@ -54,14 +54,6 @@ cp .env.example .env
## Configuration
### Environment Variables (.env)
```ini
# Server configuration
SERVER_NAME=0.0.0.0
SERVER_PORT=7860
SHARE=true
```
### Application Settings (config.ini)

View File

@ -1,9 +1,9 @@
[whisper]
default_model = base
device = cuda
compute_type = float16
beam_size = 5
vad_filter = true
compute_type = float32
batch_size = 16
vad = true
[app]
max_duration = 3600