Skip to content

--root-path mentioned as an option, but it doesn't exist #245

@ufijuice

Description

@ufijuice

--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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions