Skip to content

Commit

Permalink
changed the host location and port of the python microservice
Browse files Browse the repository at this point in the history
  • Loading branch information
nick-ching23 committed Oct 18, 2024
1 parent e0111f3 commit 0df534e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion check_gpt/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,5 @@ def check_text():

return jsonify({"result": result})


if __name__ == '__main__':
app.run(host='0.0.0.0', port=5000, debug=True)

0 comments on commit 0df534e

Please sign in to comment.