mirror of
https://github.com/tcsenpai/whisperapp.git
synced 2025-06-05 14:45:20 +00:00
updated config.ini
This commit is contained in:
parent
d52cc2bf12
commit
e3bdbd0814
@ -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)
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user