Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 512 Bytes

File metadata and controls

20 lines (13 loc) · 512 Bytes

Building an app with Chainlit

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.

  1. Install any requirements
pip install -r requirements.txt
  1. Start the application using the following command:
chainlit run app.py -w
  1. Open a browser and navigate to http://localhost:8000/
  2. Enter a prompt in the box at the bottom of the screen and hit "Enter".