Skip to content

Commit 5a16f53

Browse files
committed
fix: add PHOENIX_BASE_URL
1 parent dcb5e61 commit 5a16f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/evaluations.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,6 @@ jobs:
4141
run: npm run evals:run
4242
env:
4343
PHOENIX_API_KEY: ${{ secrets.PHOENIX_API_KEY }}
44-
PHOENIX_COLLECTOR_ENDPOINT: ${{ secrets.PHOENIX_COLLECTOR_ENDPOINT }}
44+
PHOENIX_BASE_URL: ${{ secrets.PHOENIX_BASE_URL }}
4545
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}
4646
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}

0 commit comments

Comments
 (0)