port 8000 exposed
This commit is contained in:
parent
d351f7c01d
commit
6532ca577a
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue