The Pezzo client is a PyPi that allows you to easily integrate your application with Pezzo.Documentation Index
Fetch the complete documentation index at: https://docs.pezzo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Getting Started
Intall the Pezzo Client
Install the pezzo package from PyPi:Initialize the Pezzo Client
To initialize the Pezzo client, simply import it into your script. It will automatically read the configuration from your environment variables:PEZZO_API_KEY: Your Pezzo API keyPEZZO_PROJECT_ID: Your Pezzo project IDPEZZO_ENVIRONMENT: The environment you want to use (e.g.Production, which is the default environment created by Pezzo)
libs/pezzo.ts file in which we instantiate the Pezzo client and export it. We can then import it in other areas of our application.
Use Pezzo with OpenAI
Learn how to use Pezzo to observe and manage your OpenAI API calls.