main #23

Merged
ccyj merged 41 commits from sangge/tpre-python:main into main 2023-11-17 20:23:56 +08:00
Showing only changes of commit c15e171184 - Show all commits

View File

@ -1,3 +1,4 @@
<<<<<<< HEAD
from fastapi import FastAPI, HTTPException
import requests
import os
@ -497,3 +498,5 @@ if __name__ == "__main__":
import uvicorn # pylint: disable=e0401
uvicorn.run("client:app", host="0.0.0.0", port=8002, reload=True, log_level="debug")
=======
>>>>>>> parent of 7b6e456 (feat: init client)