From ebe1632f354f7fdb7b56f7f6a14a3a4252a27756 Mon Sep 17 00:00:00 2001 From: "majiahui@haimaqingfan.com" Date: Fri, 27 Sep 2024 17:20:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- flask_drop_rewrite_request.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/flask_drop_rewrite_request.py b/flask_drop_rewrite_request.py index 1e81920..bb9923c 100644 --- a/flask_drop_rewrite_request.py +++ b/flask_drop_rewrite_request.py @@ -62,8 +62,8 @@ def get_host_ip(): return ip -chatgpt_url_predict = "http://{}:12001/predict".format(str(get_host_ip())) -chatgpt_url_search = "http://{}:12001/search".format(str(get_host_ip())) +chatgpt_url_predict = "http://{}:12002/predict".format(str(get_host_ip())) +chatgpt_url_search = "http://{}:12002/search".format(str(get_host_ip())) def smtp_f(name):