Compare commits

...

2 Commits

Author SHA1 Message Date
Łukasz Kwiecień 31b4d8d0d4
Merge eb632c9b17 into dacad9a4f6 2024-03-14 13:02:41 +00:00
Lukasz eb632c9b17 Fix review remarks 2024-03-14 14:02:37 +01:00
1 changed files with 2 additions and 2 deletions

View File

@ -14,10 +14,10 @@ This API server enables audio transcription using the OpenAI Whisper models.
Before build make sure that **CGO_ENABLED** env is set to **1**
```
set CGO_ENABLED 1
$env:CGO_ENABLED = "1"
```
or preferable set it parament. Then check it via
you can check this with this command
```
go env