setup env vars, fix ollama model reference

This commit is contained in:
Ashwin Bharambe 2025-07-31 10:21:06 -07:00
parent 522d62d631
commit 12ea3cb442
4 changed files with 28 additions and 15 deletions

View file

@ -12,7 +12,7 @@ runs:
shell: bash
run: |
if [ "${{ inputs.run-vision-tests }}" == "true" ]; then
image="ollama/ollama-with-vision-model"
image="ollama-with-vision-model"
else
image="ollama-with-models"
fi