GitLab CI
Recipe — GitLab CI evaluation gate.
Last updated
Was this helpful?
Recipe — GitLab CI evaluation gate.
ai-eval:
image: python:3.11
rules:
- changes: ["src/prompts/**/*"]
script:
- pip install layerlens --extra-index-url https://sdk.layerlens.ai/package
- python scripts/ci-eval.py
variables:
LAYERLENS_STRATIX_API_KEY: $LAYERLENS_STRATIX_API_KEYLast updated
Was this helpful?
Was this helpful?