Skip to content

Commit 78e4cf0

Browse files
committed
refactor: Optimize quick question and refresh question
1 parent 55148b4 commit 78e4cf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/views/chat/QuickQuestion.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const getRecommendQuestions = () => {
1515
1616
const questions = '[]'
1717
const retrieveQuestions = () => {
18-
recommendQuestionRef.value.getRecommendQuestionsLLM(10)
18+
recommendQuestionRef.value.getRecommendQuestions(10)
1919
recentQuestionRef.value.getRecentQuestions()
2020
}
2121
const quickAsk = (question: string) => {

0 commit comments

Comments
 (0)