diff --git a/AppImage/components/notification-settings.tsx b/AppImage/components/notification-settings.tsx index e931e997..6f51f2ff 100644 --- a/AppImage/components/notification-settings.tsx +++ b/AppImage/components/notification-settings.tsx @@ -122,8 +122,8 @@ const AI_PROVIDERS = [ model: "gpt-4o-mini", description: "Industry standard. Very accurate and widely used.", keyUrl: "https://platform.openai.com/api-keys", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/openai.png", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/openai-light.png" + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openai.webp", + iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openai-light.webp" }, { value: "anthropic", @@ -131,8 +131,8 @@ const AI_PROVIDERS = [ model: "claude-3-haiku-20240307", description: "Excellent for writing and translation. Fast and economical.", keyUrl: "https://console.anthropic.com/settings/keys", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/anthropic.png", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/anthropic-light.png" + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-dark.webp", + iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-light.webp" }, { value: "gemini", @@ -140,8 +140,8 @@ const AI_PROVIDERS = [ model: "gemini-1.5-flash", description: "Free tier available, great quality/price ratio.", keyUrl: "https://aistudio.google.com/app/apikey", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/google-gemini.png", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/google-gemini.png" + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/google-gemini.webp", + iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/google-gemini.webp" }, { value: "ollama", @@ -149,8 +149,8 @@ const AI_PROVIDERS = [ model: "llama3.2", description: "100% local execution. No costs, total privacy, no internet required.", keyUrl: "", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/ollama.png" + 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" }, { value: "openrouter", @@ -158,8 +158,8 @@ const AI_PROVIDERS = [ model: "meta-llama/llama-3.3-70b-instruct", description: "Aggregator with access to 100+ models using a single API key. Maximum flexibility.", keyUrl: "https://openrouter.ai/keys", - icon: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/openrouter.png", - iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons/png/openrouter.png" + icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-dark.webp", + iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-light.webp" }, ] @@ -1352,7 +1352,7 @@ export function NotificationSettings() { {/* Provider + Info button */}
- +