'commit'
This commit is contained in:
@@ -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):
|
||||
|
Reference in New Issue
Block a user