Skip to content

Commit 20eb6b2

Browse files
authored
Add ASR configuration for OpenAI platform
1 parent 9a53556 commit 20eb6b2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

examples/openai/responses/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ api_key = "sk_ABCD"
99
voice = "ash"
1010

1111
[asr]
12+
platform = "OpenAI"
1213
url = "https://api.openai.com/v1/audio/transcriptions"
1314
api_key = "sk_ABCD"
1415
model = "gpt-4o-mini-transcribe"

0 commit comments

Comments
 (0)