Update server.py
This commit is contained in:
parent
598c4a0b98
commit
8a14c75fc2
@ -11,7 +11,7 @@ async def redirect_root_to_docs():
|
|||||||
|
|
||||||
|
|
||||||
# Edit this to add the chain you want to add
|
# Edit this to add the chain you want to add
|
||||||
add_routes(app, rag_agent(), "/rag")
|
add_routes(app, rag_agent(), path="/rag")
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
import uvicorn
|
import uvicorn
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user