UNPKG
@mi-gpt/chat
Version:
latest (1.1.1)
1.1.1
1.1.0
1.0.0
MiGPT 对话模块
github.com/idootop/migpt-next
idootop/migpt-next
@mi-gpt/chat
/
dist
/
chunk-MYPB6QNC.cjs
17 lines
(14 loc)
•
243 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
'use strict'
;
// src/config.ts
var
kDefaultChatConfig = {
prompt
: {
system
:
""
,
user
:
"{msg}"
,
assistant
:
"{msg}"
},
context
: {
vars
: {},
historyMaxLength
:
10
} };
exports
.
kDefaultChatConfig
= kDefaultChatConfig;