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