mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2026-07-02 03:16:21 +08:00
更新send_text_ui例子
This commit is contained in:
@@ -263,7 +263,5 @@ async def send_gif(model: models.SendPatReqModel):
|
||||
return response_json(1, data)
|
||||
|
||||
|
||||
|
||||
|
||||
if __name__ == '__main__':
|
||||
uvicorn.run(app=app, host='0.0.0.0', port=8000)
|
||||
|
||||
Reference in New Issue
Block a user