diff --git a/control/index.php b/control/index.php index 197044d..ea06388 100644 --- a/control/index.php +++ b/control/index.php @@ -92,4 +92,7 @@ class index extends publicBase { $this->ajax_json(true, '设置成功'); } + public function interlocution() { + + } } diff --git a/view/templates/include/header.html b/view/templates/include/header.html index d913ad6..deaaa29 100644 --- a/view/templates/include/header.html +++ b/view/templates/include/header.html @@ -8,6 +8,7 @@
- +
- +
@@ -87,11 +87,11 @@ @@ -167,7 +167,7 @@ style="transition: none; transform: rotate(0deg);">
- +
深度思考 (R1) @@ -179,13 +179,13 @@ style="transition: none; transform: rotate(0deg);">
- +
联网搜索
-
+
@@ -201,8 +201,8 @@
- - + +
@@ -575,7 +575,8 @@ var aiMessageDiv = renderMessage("", "assistant", true); // console.log(aiMessageDiv, 'aiMessageDiv---'); document.getElementById("messageInput").value = ""; // 清空输入框 - const response = await fetch('http://192.168.31.74:26000/api/stream', { + const response = await fetch('/api/stream', { + // const response = await fetch('http://192.168.31.74:26000/api/stream', { method: 'POST', headers: { 'Content-Type': 'application/json'