The following section will demonstrate how to build a sample AI App using Chainlit. The official docs can be found here: https://docs.chainlit.io
Here are the steps at a high-level.
- Install any requirements
pip install -r requirements.txt
- Start the application using the following command:
chainlit run app.py -w
- Open a browser and navigate to http://localhost:8000/
- Enter a prompt in the box at the bottom of the screen and hit "Enter".