Update notification service

This commit is contained in:
MacRimi
2026-03-20 11:44:46 +01:00
parent 88da476249
commit 1603f1ae66
2 changed files with 4 additions and 3 deletions

View File

@@ -147,8 +147,8 @@ const AI_PROVIDERS = [
{
value: "ollama",
label: "Ollama (Local)",
model: "llama3.2",
description: "100% local execution. No costs, total privacy, no internet required.",
model: "",
description: "Uses models available on your Ollama server. 100% local, no costs, total privacy.",
keyUrl: "",
icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ollama.webp",
iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/ollama-light.webp"