This commit is contained in:
2025-08-19 13:36:39 +08:00
parent 121772672c
commit 94f7592a38
2 changed files with 3 additions and 3 deletions

View File

@@ -176,7 +176,7 @@ def get_system_prompt():
async def lifespan(_: FastAPI):
yield
app = FastAPI(lifespan=lifespan)
app = FastAPI(_=lifespan)
@app.post("/api/chat")
async def chat(request: fastapi.Request):