Change model_name_or_path
and model_name
params to model
in exa…
#115
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Publish integrations on Haystack Home | |
on: | |
workflow_dispatch: | |
push: | |
branches: | |
- main | |
jobs: | |
publish-integrations: | |
runs-on: ubuntu-latest | |
steps: | |
- name: trigger-hook | |
run: | | |
curl -X POST ${{ secrets.VERCEL_DEPLOY_HOOK }} |