Browse Source

更新内部ai连接

cuixiaodong 1 year ago
parent
commit
b8e6436540
1 changed files with 0 additions and 4 deletions
  1. 0 4
      backend/Service/WechatService.py

+ 0 - 4
backend/Service/WechatService.py

@@ -324,10 +324,6 @@ class WechatService:
     @staticmethod
     def getKbmUrl(request):
         openid = request.POST.get("openid")
-
-        # waibu = "https://ai.raycos.net/api/v1/run/951e3ba4-c66a-496c-9497-7dbddc2647f8?stream=false"
-        # neibu = "https://ai.raycos.net/api/v1/run/9263c538-2cd2-4c1b-8c9a-3bb986920d6d?stream=false"
-        #
         info = WechatUser.objects.filter(openid=openid).exclude(status=4).first()
         waibu = {}
         waibuurl = "http://58.246.234.210:7860/api/v1/run/2f1faff2-99df-4821-87d6-43d693084c4b?stream=false"