We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55148b4 commit 78e4cf0Copy full SHA for 78e4cf0
frontend/src/views/chat/QuickQuestion.vue
@@ -15,7 +15,7 @@ const getRecommendQuestions = () => {
15
16
const questions = '[]'
17
const retrieveQuestions = () => {
18
- recommendQuestionRef.value.getRecommendQuestionsLLM(10)
+ recommendQuestionRef.value.getRecommendQuestions(10)
19
recentQuestionRef.value.getRecentQuestions()
20
}
21
const quickAsk = (question: string) => {
0 commit comments