|
|
@ -579,7 +579,7 @@ |
|
|
|
// console.log(aiMessageDiv, 'aiMessageDiv---'); |
|
|
|
document.getElementById("messageInput").value = ""; // 清空输入框 |
|
|
|
// const response = await fetch('/api/stream', { |
|
|
|
const response = await fetch('http://116.63.15.30:27000/search', { |
|
|
|
const response = await fetch('//116.63.15.30:27000/search', { |
|
|
|
method: 'POST', |
|
|
|
headers: { |
|
|
|
'Content-Type': 'application/json' |
|
|
|