Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-alexiuk authored Jul 10, 2023
1 parent 1c919fc commit 735d366
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,15 @@

This code sample should get you up to speed with ChainLit in no time flat!

### Launching the Chainlit Application
### Launching the Chainlit Application Locally

1. `git clone ...` this repository
2. `pip install -r requirements.txt` in whatever virtual environment you prefer
3. Create or modify the `.env.example` -> `.env` and enter your OpenAI API key
4. Navigate to the root of your local repository and run: `chainlit run app.py`

### Launching the ChainLit App with Docker

1. `git clone ..` this repository
2. Run `docker build -t chainlit-eop-demo .` in the root directory of the local repository
3. Run `docker run -p 7860:7860 chainlit-eop-demo`

0 comments on commit 735d366

Please sign in to comment.