Python

Installation

pip install llmonitor

Setup

Add the LLMONITOR_APP_ID to your environment variables.

export LLMONITOR_APP_ID="YOUR APP ID"

You can use dotenv to load the environment variables from a .env file.

from dotenv import load_dotenv
load_dotenv()

Next steps

Questions? We're here to help.