diff --git a/examples/llamaindex_rag/app.py b/examples/llamaindex_rag/app.py index 4f908ce..c7a4ca2 100644 --- a/examples/llamaindex_rag/app.py +++ b/examples/llamaindex_rag/app.py @@ -86,7 +86,7 @@ def cli(): @click.option('--reload', is_flag=True, help="Enable auto-reload") def runserver(host, port, reload): uvicorn.run( - "__main__:app", host=host or "127.0.0.1", port=port or 8000, reload=reload, + "__main__:app", host=host, port=port, reload=reload, log_level="debug", workers=1, ) diff --git a/examples/llamaindex_rag/templates/index.html b/examples/llamaindex_rag/templates/index.html index 05c754f..636b0df 100644 --- a/examples/llamaindex_rag/templates/index.html +++ b/examples/llamaindex_rag/templates/index.html @@ -12,7 +12,7 @@
-