yangg 10 달 전
부모
커밋
128b68306f
3개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/app.fa9c3156.js
  3. 1 1
      src/components/webAi/js/ChatBox.js

파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/index.html


파일 크기가 너무 크기때문에 변경 상태를 표시하지 않습니다.
+ 0 - 0
dist/static/js/app.fa9c3156.js


+ 1 - 1
src/components/webAi/js/ChatBox.js

@@ -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换行:在每个换行符之前添加两个空格

이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.