Revert "feat: init client"

This reverts commit 7b6e45690e833dce9773804d19a89a8d363bf7fa.
This commit is contained in:
Smart-SangGe 2023-10-27 00:22:45 +08:00
parent 9599ef4321
commit c15e171184

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)