-
Notifications
You must be signed in to change notification settings - Fork 112
Description
--root-path mentioned as an option, but it doesn't exist
~% chainlit run --help
Usage: chainlit run [OPTIONS] TARGET
Options:
-w, --watch Reload the app when the module changes
-h, --headless Will prevent to auto open the app in the browser
-d, --debug Set the log level to debug
-c, --ci Flag to run in CI mode
--no-cache Useful to disable third parties cache, such as langchain.
--db [cloud|local] Useful to control database mode when running CI.
--host TEXT Specify a different host to run the server on
--port TEXT Specify a different port to run the server on
--help Show this message and exit.
~% chainlit run --root-path
Usage: chainlit run [OPTIONS] TARGET
Try 'chainlit run --help' for help.
Error: No such option: --root-path