Skip to content

doc: Promptfoo evaluations instructions: don't use SSL #316

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jun 3, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions .github/workflows/promptfoo-googlesheet-evaluation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,10 @@ jobs:
run: |
cp app/promptfoo/generateUniqueId.js /tmp/generateUniqueId.js
cp app/promptfoo/readability_assessment.py /tmp/readability_assessment.py

echo "Using Google Sheet input URL: $(echo "$GOOGLE_SHEET_INPUT_URL" | grep -o 'spreadsheets.*')"
echo "Using Google Sheet output URL: $(echo "$GOOGLE_SHEET_OUTPUT_URL" | grep -o 'spreadsheets.*')"
echo "Using Chatbot instance URL: $CHATBOT_INSTANCE_URL"
envsubst < app/promptfoo/promptfooconfig.ci.yaml > /tmp/promptfooconfig.processed.yaml
echo "Config file processed, checking..."
grep -v "GOOGLE_SHEET\|CHATBOT_INSTANCE" /tmp/promptfooconfig.processed.yaml | grep -i "url\|path"
Expand Down
2 changes: 1 addition & 1 deletion docs/promptfoo-evaluations.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ You can change the `Run workflow from` dropdown to select a branch that GitHub w

### Chatbot API endpoint URL

By default, the version of the chatbot that is evaluated is our DEV instance. You can manually change this to, for example, evaluate a different version of the chatbot's prompt in a preview environment, e.g., `https://p-310-app-dev-652842717.us-east-1.elb.amazonaws.com/api/query`.
By default, the version of the chatbot that is evaluated is our DEV instance. You can manually change this to, for example, evaluate a different version of the chatbot's prompt in a preview environment, e.g., `http://p-310-app-dev-652842717.us-east-1.elb.amazonaws.com/api/query` (without SSL since the certificate will fail due to having a different domain name).