Browse Source

优化代码

master
majiahui@haimaqingfan.com 8 months ago
parent
commit
ebe1632f35
  1. 4
      flask_drop_rewrite_request.py

4
flask_drop_rewrite_request.py

@ -62,8 +62,8 @@ def get_host_ip():
return ip return ip
chatgpt_url_predict = "http://{}:12001/predict".format(str(get_host_ip())) chatgpt_url_predict = "http://{}:12002/predict".format(str(get_host_ip()))
chatgpt_url_search = "http://{}:12001/search".format(str(get_host_ip())) chatgpt_url_search = "http://{}:12002/search".format(str(get_host_ip()))
def smtp_f(name): def smtp_f(name):

Loading…
Cancel
Save