diff --git a/src/views/chat/index.vue b/src/views/chat/index.vue index ffc1653..2fefff9 100644 --- a/src/views/chat/index.vue +++ b/src/views/chat/index.vue @@ -113,6 +113,7 @@ async function onConversation() { requestOptions: { prompt: message, options: { ...options } }, }, ) + scrollToBottom() } catch (error) { //