We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54fe503 commit 95eaf46Copy full SHA for 95eaf46
src/core/OpenAISTT/index.ts
@@ -71,7 +71,7 @@ export class OpenaiSTT {
71
static safeRecordMineType = getRecordMineType;
72
73
fetch = async (payload: OpenAISTTPayload) => {
74
- const url = urlJoin(this.OPENAI_BASE_URL, 'audio/speech');
+ const url = urlJoin(this.OPENAI_BASE_URL, 'audio/transcriptions');
75
return this.serviceUrl
76
? fetch(this.serviceUrl, {
77
body: genServiceSTTBody(payload),
0 commit comments