XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet
公开
关注 0 Fork 0 Star 1
返回提交历史

XFEstudio/gpt4free

Update chat.v1.js

df6ce3a5
H Lohaus <hlohaus@users.noreply.github.com>
提交于

代码差异

1 个文件 +1 -1
Modified g4f/gui/client/static/js/chat.v1.js +1 -1
@@ -1262,7 +1262,7 @@ if (SpeechRecognition) {
1262 1262
1263 1263 function may_stop() {
1264 1264 if (microLabel.classList.contains("recognition")) {
1265 recognition.stop();
1265 //recognition.stop();
1266 1266 }
1267 1267 }
1268 1268