diff --git a/dsLightRag/static/SuShi.html b/dsLightRag/static/SuShi.html index b663702c..96329536 100644 --- a/dsLightRag/static/SuShi.html +++ b/dsLightRag/static/SuShi.html @@ -189,7 +189,7 @@
-

已收集问题示例

+

问题示例

苏轼的好朋友都有谁?
苏轼的家人都有谁?
@@ -198,17 +198,6 @@
- - - @@ -268,7 +257,6 @@ function submitQuestion() { const question = document.getElementById('questionInput').value.trim(); const answerArea = document.getElementById('answerArea'); - const topic = document.querySelector('input[name="topic"]:checked').value; if (!question) { alert('请输入问题!'); @@ -286,7 +274,7 @@ }, body: JSON.stringify({ query: question, - topic: topic, + topic: 'SuShi', }) }) .then(response => {