diff --git a/web/components/chat/completion.tsx b/web/components/chat/completion.tsx index ce72a3c8a..d4cc793c9 100644 --- a/web/components/chat/completion.tsx +++ b/web/components/chat/completion.tsx @@ -144,6 +144,7 @@ const Completion = ({ messages, onSubmit }: Props) => { }, []); useEffect(() => { + refreshDialogList(); setTimeout(() => { scrollableRef.current?.scrollTo(0, scrollableRef.current.scrollHeight); }, 50);