Skip to content

Commit

Permalink
docs(readme): update client info
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaa committed Dec 21, 2024
1 parent 61e5a53 commit 54548ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ go build -o ./result/unspeech ./cmd/unspeech

You can use unSpeech with most OpenAI clients.

The `model` parameter should be provider + model, e.g. `openai/tts-1-hd`, `elevenlabs/eleven_multilingual_v2`.

The `Authorization` header is auto-converted to the vendor's corresponding auth method, such as `xi-api-key`.

###### `curl`

```bash
Expand Down

0 comments on commit 54548ec

Please sign in to comment.