diff --git a/app/server.py b/app/server.py index f27e1fd..50646f8 100644 --- a/app/server.py +++ b/app/server.py @@ -18,7 +18,7 @@ rag_chain = build_chain() @app.get("/") async def redirect_root_to_docs(): - return RedirectResponse("/chat") + return RedirectResponse("/chat/playground") # Edit this to add the chain you want to add