|
|
@@ -308,7 +308,8 @@ class WechatService:
|
|
|
@staticmethod
|
|
|
def getKbmUrl(request):
|
|
|
openid = request.POST.get("openid")
|
|
|
- waibu = "https://ai.raycos.net/api/v1/run/c7ea3a2d-f50c-4936-b96c-3fe7c34fa062?stream=false"
|
|
|
+ # waibu = "https://ai.raycos.net/api/v1/run/c7ea3a2d-f50c-4936-b96c-3fe7c34fa062?stream=false"
|
|
|
+ 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"
|
|
|
if not openid:
|
|
|
return success(waibu, "普通用户返回外部知识库链接")
|