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 ## Configuration
### Environment Variables (.env)
```ini
# Server configuration
SERVER_NAME=0.0.0.0
SERVER_PORT=7860
SHARE=true
```
### Application Settings (config.ini) ### Application Settings (config.ini)

View File

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