Skip to content

Commit 51c01d5

Browse files
committed
fix: use smaller gpt-oss for ollama tests
1 parent b6fb712 commit 51c01d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/ipcMain/ollama.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const describeOllama = shouldRunOllamaTests ? describe : describe.skip;
1616
// Tests require Ollama to be running and will pull models idempotently
1717
// Set TEST_OLLAMA=1 to enable these tests
1818

19-
const OLLAMA_MODEL = "gpt-oss:20b";
19+
const OLLAMA_MODEL = "gpt-oss:12b";
2020

2121
/**
2222
* Ensure Ollama model is available (idempotent).

0 commit comments

Comments
 (0)