mirror of
https://github.com/labring/FastGPT.git
synced 2025-07-23 13:03:50 +00:00
feat: 拆分文本增加滑块,增加直接分段导入方式
This commit is contained in:
@@ -133,7 +133,7 @@ const Chat = ({ modelId, chatId }: { modelId: string; chatId: string }) => {
|
||||
if (isScroll && res.history.length > 0) {
|
||||
setTimeout(() => {
|
||||
scrollToBottom('auto');
|
||||
}, 2000);
|
||||
}, 1200);
|
||||
}
|
||||
} catch (e: any) {
|
||||
toast({
|
||||
|
Reference in New Issue
Block a user