feat: add configurable OpenAI-compatible speech to text - #6887
Conversation
Signed-off-by: LauraGPT <18321252+LauraGPT@users.noreply.github.com>
|
Exact head
The Next build completes with existing non-fatal warnings from optional |
|
Closing this duplicate in favor of #6860. The retained implementation provides the same configurable OpenAI-compatible multipart transcription flow while keeping web requests behind the existing same-origin proxy and using direct local calls only in desktop mode. That matches the original request's credential-boundary requirement and avoids a browser CORS requirement. The original request in #6803 remains open for maintainer review; no user request is being closed here. |
Summary
/v1/audio/transcriptionsserviceVerification
corepack yarn test:ci test/stt.test.ts(3 passed)corepack yarn build(passed; existing lint plugin warning onapp/constant.tsremains non-fatal)Related to #6803. Keep that issue open for maintainer and reporter verification after merge.