mirror of
https://github.com/labring/FastGPT.git
synced 2025-08-06 15:36:21 +00:00
fix: sse
This commit is contained in:
@@ -645,7 +645,7 @@ const Chat = ({ modelId, chatId }: { modelId: string; chatId: string }) => {
|
||||
fontSize={['sm', 'md']}
|
||||
onClick={() => router.push(`/model?modelId=${chatData.modelId}`)}
|
||||
>
|
||||
{chatData.model.name} {ChatModelMap[chatData.chatModel].name}
|
||||
{chatData.model.name} {ChatModelMap[chatData.chatModel]?.name}
|
||||
{chatData.history.length > 0 ? ` (${chatData.history.length})` : ''}
|
||||
</Box>
|
||||
{chatId ? (
|
||||
|
Reference in New Issue
Block a user