UNPKG

@ant-design/pro-chat

Version:
30 lines 628 B
export var example = { chats: [{ content: '昨天的当天是明天的什么?', createAt: 1697862242452, id: 'ZGxiX2p4', role: 'user', updateAt: 1697862243540, extra: { test: 'Test Extra' } }, { 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: '' } };