diff --git a/README.md b/README.md index 74e548d..d7a3b2e 100644 --- a/README.md +++ b/README.md @@ -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) diff --git a/config.ini.example b/config.ini.example index af8633b..10e4048 100644 --- a/config.ini.example +++ b/config.ini.example @@ -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