Update server.py

This commit is contained in:
groupuser 2025-04-23 02:08:50 +00:00
parent 219d2c6ea6
commit cbb73ba3bd

@ -18,7 +18,7 @@ rag_chain = build_chain()
@app.get("/") @app.get("/")
async def redirect_root_to_docs(): async def redirect_root_to_docs():
return RedirectResponse("/chat") return RedirectResponse("/chat/playground")
# Edit this to add the chain you want to add # Edit this to add the chain you want to add