port 8000 exposed

This commit is contained in:
valueon 2025-03-11 07:56:22 +01:00
parent d351f7c01d
commit 6532ca577a

View file

@ -43,4 +43,4 @@ def gpt4_proxy():
if __name__ == '__main__': if __name__ == '__main__':
app.run(host='0.0.0.0', port=7000) app.run(host='0.0.0.0', port=8000)