Skip to content

Commit 756cf51

Browse files
ci(github): update ollama model that supports tools in test.yml
1 parent 227f4af commit 756cf51

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,10 @@ jobs:
7878
key: ${{ runner.os }}-ollama
7979

8080
- name: Pull model
81-
run: ollama pull tinyllama
81+
run: ollama pull qwen2.5:0.5b
8282

8383
- name: Verify CLI run
8484
run: |
85-
output=$(code-ollama run tinyllama "Repeat exactly this token and nothing else: INTEGRATION_PASS_7F3A")
85+
output=$(code-ollama run qwen2.5:0.5b "Repeat exactly this token and nothing else: INTEGRATION_PASS_7F3A")
8686
printf '%s\n' "$output"
8787
grep -F "INTEGRATION_PASS_7F3A" <<< "$output"

0 commit comments

Comments
 (0)