Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion tests/ipcMain/ollama.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const describeOllama = shouldRunOllamaTests ? describe : describe.skip;
// Tests require Ollama to be running and will pull models idempotently
// Set TEST_OLLAMA=1 to enable these tests

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

/**
* Ensure Ollama model is available (idempotent).
Expand Down
Loading