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-APNEFITI.js
15 lines
(13 loc)
•
210 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//
src/config.ts
var
kDefaultChatConfig
=
{
prompt:
{
system:
""
,
user:
"{msg}"
,
assistant:
"{msg}"
},
context:
{
vars:
{},
historyMaxLength:
10
} }
;
export
{
kDefaultChatConfig
}
;