Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NsLearning/LangHelper
/ chat.js
File
chat.js
ChatGPT/src-tauri/src/scripts/chat.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
var
RecBtnClickCnt = 0;
2
const
SpeechRecognitionApi_Sart =
'http://localhost:6868/Rec/Start'
;
3
const
SpeechRecognitionApi_Stop =
'http://localhost:6868/Rec/Stop'
;
4
const
SkipSpeechApi =
'http://localhost:6868/Skip'
;
Callers
nothing calls this directly
Calls
1
init
Function · 0.70
Tested by
no test coverage detected