For the complete documentation index, see llms.txt. This page is also available as Markdown.

GitLab CI

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_KEY

See also

Last updated

Was this helpful?