UNPKG
@mi-gpt/engine
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.1
1.1.0
1.0.0
MiGPT 核心模块
github.com/idootop/migpt-next
idootop/migpt-next
@mi-gpt/engine
/
dist
/
chunk-BB4GMYMS.js
7 lines
(5 loc)
•
89 B
JavaScript
View Raw
1
2
3
4
5
6
7
// src/base.ts var BaseEngine =
class
{ status =
"stopped"
; }; export { BaseEngine };