We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 227f4af commit 756cf51Copy full SHA for 756cf51
1 file changed
.github/workflows/test.yml
@@ -78,10 +78,10 @@ jobs:
78
key: ${{ runner.os }}-ollama
79
80
- name: Pull model
81
- run: ollama pull tinyllama
+ run: ollama pull qwen2.5:0.5b
82
83
- name: Verify CLI run
84
run: |
85
- output=$(code-ollama run tinyllama "Repeat exactly this token and nothing else: INTEGRATION_PASS_7F3A")
+ output=$(code-ollama run qwen2.5:0.5b "Repeat exactly this token and nothing else: INTEGRATION_PASS_7F3A")
86
printf '%s\n' "$output"
87
grep -F "INTEGRATION_PASS_7F3A" <<< "$output"
0 commit comments