Learn how to integrate Galtea’s evaluation capabilities into your GitHub Actions workflow
Galtea
class, you need to provide your API key obtained in the settings page of the Galtea platform.GALTEA_API_KEY
- Your Galtea API keyGALTEA_PRODUCT_ID
- Your Galtea Product IDrequirements.txt
file in your repository and add the dependencies required for your project. At minimum, you’ll need galtea library:
.github/workflows/evaluate.yml
file in your repository with the following content:
evaluate.py
file in your repository with the following content:
Success! 🎉 Your GitHub Actions workflow is now configured to run evaluations with Galtea. Each time you push changes, it will automatically evaluate your product using the latest version of your code.