This commit is contained in:
ALicja 2026-01-30 12:05:39 +01:00
parent ebd23d8fa8
commit e4b4d0265e

View File

@ -17,4 +17,5 @@ def test_ai():
return jsonify(response)
if __name__ == "__main__":
print("server")
app.run(host="0.0.0.0", port=6000)