瀏覽代碼

Merge branch 'master' of http://114.244.114.158:8802/siwei/siwei_ai

gushoubang 8 月之前
父節點
當前提交
363a9d1202
共有 2 個文件被更改,包括 5 次插入6 次删除
  1. 4 5
      app.py
  2. 1 1
      templates/index.html

文件差異過大導致無法顯示
+ 4 - 5
app.py


+ 1 - 1
templates/index.html

@@ -59,7 +59,7 @@
         };
 
         function sendToBackend(transcript) {
-            fetch('http://127.0.0.1:5000/msg', {
+            fetch('http://192.168.60.6:5000/msg', {
                 method: 'POST',
                 headers: {
                     'Content-Type': 'application/json',

部分文件因文件數量過多而無法顯示