mirror of
https://github.com/xzeldon/whisper-api-server.git
synced 2025-07-18 20:46:47 +03:00
Compare commits
2 Commits
0.1.2
...
7913e40092
Author | SHA1 | Date | |
---|---|---|---|
7913e40092 | |||
eb632c9b17 |
@ -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
|
||||
|
Reference in New Issue
Block a user