mirror of https://github.com/THUDM/ChatGLM-6B
回调端口
parent
be2c943b61
commit
14f73a2efe
2
api.py
2
api.py
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue