@ant-design/pro-chat
Version:
a solution for ai chat
30 lines • 641 B
JavaScript
export var chats = {
chats: {
ZGxiX2p4: {
content: '我对三体世界说话。',
createAt: 1697862242452,
id: 'ZGxiX2p4',
role: 'user',
updateAt: 1697862243540
},
Sb5pAzLL: {
content: '保持静默,不要回答,不要回答。',
createAt: 1697862247302,
id: 'Sb5pAzLL',
parentId: 'ZGxiX2p4',
role: 'assistant',
updateAt: 1697862249387,
model: 'gpt-3.5-turbo'
}
},
config: {
model: 'gpt-3.5-turbo',
params: {
frequency_penalty: 0,
presence_penalty: 0,
temperature: 0.6,
top_p: 1
},
systemRole: ''
}
};