Skip to content

Commit

Permalink
feat: override defaults env vars
Browse files Browse the repository at this point in the history
  • Loading branch information
enricorotundo committed Feb 11, 2025
1 parent 5c5ef64 commit c1722c7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ jobs:
uses: actions/checkout@v4

- run: cp .env.example .env

# override defaults
- run: echo "OLLAMA_MODELS=" >> .env
- run: echo "VLLM_MODELS=" >> .env

- run: bash launch.sh

0 comments on commit c1722c7

Please sign in to comment.