Find the SDK at https://pypi.org/project/openpipe/Replace this linewith this one
Installation
Simple Integration
AddOPENPIPE_API_KEY
to your environment variables.Adding Searchable Metadata Tags
OpenPipe follows OpenAI’s concept of metadata tagging for requests. You can use metadata tags in the Request Logs view to narrow down the data your model will train on. We recommend assigning a unique metadata tag to each of your prompts. These tags will help you find all the input/output pairs associated with a certain prompt and fine-tune a model to replace it.Here’s how you can use the tagging feature:Complete Example
Should I Wait to Enable Logging?
We recommend keeping request logging turned on from the beginning. If you change your prompt you can just set a newprompt_id
metadata tag so you can select just the latest version when you’re ready to create a dataset.