Compare commits

..

No commits in common. "7913e40092e1470a0b50fa8bbf386d05d84b9cea" and "dacad9a4f6c59e81b7220666706ef57426f8c95e" have entirely different histories.

1 changed files with 0 additions and 14 deletions

View File

@ -11,20 +11,6 @@ This API server enables audio transcription using the OpenAI Whisper models.
# Build from source # Build from source
Before build make sure that **CGO_ENABLED** env is set to **1**
```
$env:CGO_ENABLED = "1"
```
you can check this with this command
```
go env
```
Also you have to have installed gcc x64 i.e. by MYSYS
Download the sources and use `go build`. Download the sources and use `go build`.
For example, you can build using the following command: For example, you can build using the following command: