This code sample should get you up to speed with ChainLit in no time flat!
git clone ...
this repositorypip install -r requirements.txt
in whatever virtual environment you prefer- Create or modify the
.env.example
->.env
and enter your OpenAI API key - Navigate to the root of your local repository and run:
chainlit run app.py
git clone ..
this repository- Run
docker build -t chainlit-eop-demo .
in the root directory of the local repository - Run
docker run -p 7860:7860 chainlit-eop-demo