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