|
@@ -718,7 +718,7 @@ newChat() {
|
|
|
}
|
|
|
}
|
|
|
const chatId = this.getUuid();
|
|
|
- const wsUrl ='http://58.246.234.210:8084/api/chatbot/chat'//this.wsUrl//'http://58.246.234.210:7860/api/v1/run/3ef7369e-b617-40d2-9e2e-54f3ee76ed2e?stream=false'
|
|
|
+ const wsUrl ='http://58.246.234.210:8084/chatbot/chat'//this.wsUrl//'http://58.246.234.210:7860/api/v1/run/3ef7369e-b617-40d2-9e2e-54f3ee76ed2e?stream=false'
|
|
|
let message = this.userInput.trim();
|
|
|
if (message) {
|
|
|
// Markdown换行:在每个换行符之前添加两个空格
|