accept web input in speech2txt (#3110)
Maintain Release Merge PR / update-release-pr (push) Has been cancelled
Notify HeyPuter / notify (push) Has been cancelled
release-please / release-please (push) Has been cancelled

This commit is contained in:
ProgrammerIn-wonderland
2026-05-13 15:53:16 -04:00
committed by GitHub
parent c265fa308a
commit 6353a08fd5
@@ -213,7 +213,7 @@ export class SpeechToTextDriver extends PuterDriver {
this.services.fs,
actor,
args.file,
{ maxBytes: MAX_AUDIO_FILE_SIZE },
{ maxBytes: MAX_AUDIO_FILE_SIZE, acceptWebInput: true },
);
const selectedModel =