Skip to content

Commit

Permalink
chore: added -k flag to ignore SSL certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
limcheekin committed Nov 12, 2023
1 parent 6f91a39 commit ac66a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ jobs:
run: cd ${{ github.ref_name }};modal deploy fastapi_app.py

- name: Test FastAPI app
run: "pwd;cd ${{ github.ref_name }};curl -X POST -H 'Content-Type: application/json' -d @prompt.json ${{ secrets.LLAVA_1_5_13B_APP_URL }}v1/completions"
run: "pwd;cd ${{ github.ref_name }};curl -k -X POST -H 'Content-Type: application/json' -d @prompt.json ${{ secrets.LLAVA_1_5_13B_APP_URL }}v1/completions"

0 comments on commit ac66a29

Please sign in to comment.