doc: update build instructions

This commit is contained in:
Timofey Gelazoniya 2024-12-25 23:31:00 +03:00
parent 7913e40092
commit a21b6b9f5a
Signed by: zeldon
GPG Key ID: 047886915281DD2A

View File

@ -9,7 +9,12 @@ This API server enables audio transcription using the OpenAI Whisper models.
- Download `.exe` from [Releases](https://github.com/xzeldon/whisper-api-server/releases/latest)
- Just run it!
# Build from source
# Build from source (Windows)
## Prerequisites
- GCC Compiler Installed in your PATH (You can get it from [here](https://github.com/niXman/mingw-builds-binaries))
- Install Go (https://go.dev/doc/install)
Before build make sure that **CGO_ENABLED** env is set to **1**
@ -46,7 +51,7 @@ Receive a response in JSON format:
```json
{
"text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that."
"text": "Imagine the wildest idea that you've ever had, and you're curious about how it might scale to something that's a 100, a 1,000 times bigger. This is a place where you can get to do that."
}
```