Skip to content

Commit

Permalink
doc: update README
Browse files Browse the repository at this point in the history
Signed-off-by: Xin Liu <[email protected]>
  • Loading branch information
apepkuss committed Jan 8, 2025
1 parent ecbb86a commit 9c8f254
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ The following is the list of supported audio formats and codecs:
wasmedge --dir .:. whisper-api-server.wasm -m ggml-medium.bin --socket-addr 0.0.0.0:10086
```

To start the server with api-key, set the environment variable `API_KEY` to specify the api-key, for example:

```bash
wasmedge --dir .:. --env API_KEY=your_api_key whisper-api-server.wasm -m ggml-medium.bin
```

### Usage

#### Transcribe an audio file
Expand Down

0 comments on commit 9c8f254

Please sign in to comment.