Browse Source

Merge pull request '修改接口请求地址' (#25) from deepseek-zq into master

Reviewed-on: #25
pull/29/head
zhangqi 2 months ago
parent
commit
fc28dd6c8c
  1. 2
      view/css/deepSeek.css
  2. 4
      view/templates/index/interlocution.html

2
view/css/deepSeek.css

@ -1,7 +1,7 @@
* {
margin: 0;
padding: 0;
box-sizing: border-box;
/* box-sizing: border-box; */
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
.deepSeek-wrap{

4
view/templates/index/interlocution.html

@ -578,8 +578,8 @@
var aiMessageDiv = renderMessage("", "assistant", true);
// console.log(aiMessageDiv, 'aiMessageDiv---');
document.getElementById("messageInput").value = ""; // 清空输入框
const response = await fetch('/api/stream', {
// 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'

Loading…
Cancel
Save