Chainlit / chainlit

Build Conversational AI in minutes ⚡️
https://docs.chainlit.io
Apache License 2.0
6.91k stars 912 forks source link

how we can specify port nd host while running chainlit.. i need to configure it to different port #14

Closed naimavahab closed 1 year ago

willydouhard commented 1 year ago

Port and hostname are configurable through the CHAINLIT_HOST (defaults to 0.0.0.0) and CHAINLIT_PORT (defaults to 8000) env variables. You can also use --host and --port when running chainlit run ....