main
HuangHai 3 weeks ago
parent 93e432ba06
commit d2e1ddc1a7

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

Loading…
Cancel
Save