Adding note on setting environment variables (#1038)

This commit is contained in:
Raivis Dejus 2025-01-02 18:13:11 +02:00 committed by GitHub
commit 32945e0572
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 3 additions and 0 deletions

1
.gitignore vendored
View file

@ -5,6 +5,7 @@ build/
.coverage*
!.coveragerc
.env
.DS_Store
htmlcov/
coverage.xml
.idea/

View file

@ -74,6 +74,8 @@ set SOME_OTHER_VARIABLE=some_other_value
"C:\Program Files (x86)\Buzz\Buzz.exe"
```
Alternatively you can set environment variables in your OS settings. See [this guide](https://phoenixnap.com/kb/windows-set-environment-variable#ftoc-heading-4) or [this video](https://www.youtube.com/watch?v=bEroNNzqlF4) more information.
### Available variables
**BUZZ_WHISPERCPP_N_THREADS** - Number of threads to use for Whisper.cpp model. Default is `4`.