Install the Literal client and get your API key
pip install literalai
import os from literalai import LiteralClient client = LiteralClient(api_key=os.getenv("LITERAL_API_KEY")) # This is the default and can be omitted
Was this page helpful?