We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41bc095 commit d48104dCopy full SHA for d48104d
.github/workflows/ci.yml
@@ -68,6 +68,8 @@ jobs:
68
- name: Run promptfoo tests
69
run: |
70
promptfoo eval --config promptfoo.yaml
71
+ env:
72
+ XAI_API_KEY: ${{ secrets.XAI_API_KEY }}
73
74
lint:
75
runs-on: ubuntu-latest
0 commit comments