Attempts
How to log files and data every time you call a generative AI model
Attempts serve two purposes.
- Development: To log every attempt in your AI development to solve Challenges
- Production: To log every run of your AI after you've shipped, so you can monitor performance.
Logging attempts manually
If you are using a tool like ChatGPT to generate content, you might want to log successive tries manually. To do this in Datograde,
Logging attempts with SDK
You can programmatically create and log attempts to challenges using our Python SDK. First, initialize the client: