mirror of
https://github.com/HeyPuter/puter.git
synced 2026-09-22 21:26:04 +00:00
accept web input in speech2txt (#3110)
This commit is contained in:
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user