Skip to content

Commit 0891beb

Browse files
qwen3.5:4b
1 parent 461ba58 commit 0891beb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/feature/providers/ollama.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ export const OllamaProvider: ProviderDef = {
66
baseUrl: 'http://localhost:11434/v1',
77
modelsFilter: (models) =>
88
models.filter((m: any) => m.id || m.name).map((m: any) => m.id || m.name),
9-
defaultModels: ['gpt-oss:latest', 'llama3.2:latest'],
9+
defaultModels: ['qwen3.5:4b', 'llama3.2:latest'],
1010
requiresApiKey: false,
1111
cacheModels: false,
1212
isLocal: true,

0 commit comments

Comments
 (0)