From 86ffaaf8ed0efc628950d26968174e16ab9d2c87 Mon Sep 17 00:00:00 2001 From: oldpear <1453599706@qq.com> Date: Fri, 25 Jul 2025 23:05:24 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0xyit=20http=E4=B8=BAhttps?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- model/AiCat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/model/AiCat.py b/model/AiCat.py index 9e3a21b..9f40b72 100644 --- a/model/AiCat.py +++ b/model/AiCat.py @@ -61,7 +61,7 @@ class AiCat: logging.info("请求平台:dify") elif ai_service == "xyit": - url = f"http://{xyit_ip}/{xyit_model}/" # 替换为实际的 API 地址 + url = f"https://{xyit_ip}/{xyit_model}/" # 替换为实际的 API 地址 # 请求头 headers = {