update chrome plugin with model size dropdown

This commit is contained in:
makaveli10
2023-12-14 23:52:25 +05:30
parent 7ffcad64ba
commit 14beb4f942
5 changed files with 277 additions and 5 deletions
+2 -1
View File
@@ -102,7 +102,8 @@ async function startRecord(option) {
uid: uuid,
multilingual: option.multilingual,
language: option.language,
task: option.task
task: option.task,
model_size: option.modelSize
})
);
};