From 54548ec09ff7d3c8c1b753562b10562f0a6255eb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=97=8D+85CD?= <50108258+kwaa@users.noreply.github.com> Date: Sat, 21 Dec 2024 17:14:13 +0800 Subject: [PATCH] docs(readme): update client info --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 5a6289c..bbd4c63 100644 --- a/README.md +++ b/README.md @@ -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