UNPKG
@h-lumos/llm-sdk
Version:
latest (0.0.1)
0.0.1
通用大模型 SDK
github.com/code-madness/my-llm-sdk
code-madness/my-llm-sdk
@h-lumos/llm-sdk
/
dist
/
shims
/
node.mjs
7 lines
(6 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
var
e =
function
(
) {
throw
new
Error
(
"ws does not work in the browser. Browser clients must use the native WebSocket object"
); }; globalThis.
WebSocket
|| (globalThis.
WebSocket
= e.
WebSocket
);