mirror of
https://github.com/chidiwilliams/buzz.git
synced 2026-03-14 22:55:46 +01:00
Adding note on setting environment variables (#1038)
This commit is contained in:
parent
a33270bf91
commit
32945e0572
2 changed files with 3 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
|
@ -5,6 +5,7 @@ build/
|
|||
.coverage*
|
||||
!.coveragerc
|
||||
.env
|
||||
.DS_Store
|
||||
htmlcov/
|
||||
coverage.xml
|
||||
.idea/
|
||||
|
|
|
|||
|
|
@ -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`.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue