Browse Source

更新检测模型,增加边界条件

dev_2
majiahui@haimaqingfan.com 8 months ago
parent
commit
820a3367ce
  1. 2
      flask_chatgpt-detector_predict_redis_search.py
  2. 2
      run_model.sh

2
flask_chatgpt-detector_predict_redis_search.py

@ -72,4 +72,4 @@ def handle_query():
if __name__ == "__main__":
app.run(debug=False, host='0.0.0.0', port=16006)
app.run(debug=False, host='0.0.0.0', port=16006)

2
run_model.sh

@ -1 +1 @@
nohup python chatgpt_detector_model_predict.py > chatgpt_detector_model_predict.myout.file 2>&1 &
nohup python chatgpt_detector_model_predict.py > chatgpt_detector_model_predict.myout.file 2>&1 &

Loading…
Cancel
Save