回调端口

pull/547/head
Whitroom 2023-04-12 15:35:57 +08:00
parent be2c943b61
commit 14f73a2efe
1 changed files with 1 additions and 1 deletions

2
api.py
View File

@ -63,4 +63,4 @@ async def create_item(item: Item):
return Answer(response=response, history=history, status=200, time=time) return Answer(response=response, history=history, status=200, time=time)
if __name__ == '__main__': if __name__ == '__main__':
uvicorn.run(app, host='0.0.0.0', port=8010, workers=1) uvicorn.run(app, host='0.0.0.0', port=8000, workers=1)