'commit'
This commit is contained in:
@@ -176,7 +176,7 @@ def get_system_prompt():
|
|||||||
async def lifespan(_: FastAPI):
|
async def lifespan(_: FastAPI):
|
||||||
yield
|
yield
|
||||||
|
|
||||||
app = FastAPI(lifespan=lifespan)
|
app = FastAPI(_=lifespan)
|
||||||
|
|
||||||
@app.post("/api/chat")
|
@app.post("/api/chat")
|
||||||
async def chat(request: fastapi.Request):
|
async def chat(request: fastapi.Request):
|
||||||
|
Reference in New Issue
Block a user