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):