See https://traceloop.com/docs/demo
- Install:
poetry install
- Set up the environment:
export GITHUB_TOKEN=<your github token> # Needed to index our docs from github.com/traceloop/docs
export OPENAI_API_KEY=<your openai api key>
export TRACELOOP_API_KEY=<your traceloop api key>
You can connect OpenLLMetry to other platform by following one of the guides here.
- Run the demo locally like this:
poetry run streamlit run demo/app.py