"git@developer.sourcefind.cn:modelzoo/alphafold2_jax.git" did not exist on "e1d2d53af8619247411a9ac445856cebb8da8a40"
Commit 25166b71 authored by Timothy J. Baek's avatar Timothy J. Baek
Browse files

fix: convo mode

parent e08bf88e
......@@ -129,6 +129,10 @@
if (Object.keys(sentencesAudio).length - 1 === idx) {
speaking = null;
if ($settings.conversationMode) {
document.getElementById('voice-input-button')?.click();
}
}
res(e);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment