@ -309,7 +309,6 @@
.then(response => response.json())
.then(data => {
console.log('Raw response:', data);
console.log('Markdown content:', data.answer);
return data;
}) // 改回使用json()