Update server.py
This commit is contained in:
parent
219d2c6ea6
commit
cbb73ba3bd
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user