Skip to content

Commit de004a3

Browse files
authored
Remove ollama AI preset (#1068)
I added this as an example, but it fails if the user doesn't have ollama and/or llama:3.1 so I'm removing it
1 parent dac0cbb commit de004a3

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

pkg/wconfig/defaultconfig/presets.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -107,12 +107,5 @@
107107
"ai:model": "gpt-4o-mini",
108108
"ai:maxtokens": 2048,
109109
"ai:timeoutms": 60000
110-
},
111-
112-
"display:name": "ollama - llama3.1",
113-
"display:order": 0,
114-
"ai:*": true,
115-
"ai:baseurl": "http://localhost:11434/v1",
116-
"ai:model": "llama3.1:latest"
117110
}
118111
}

0 commit comments

Comments
 (0)