mirror of
https://github.com/MacRimi/ProxMenux.git
synced 2026-04-18 10:02:16 +00:00
Update notification-settings.tsx
This commit is contained in:
@@ -131,8 +131,8 @@ const AI_PROVIDERS = [
|
|||||||
model: "claude-3-haiku-20240307",
|
model: "claude-3-haiku-20240307",
|
||||||
description: "Excellent for writing and translation. Fast and economical.",
|
description: "Excellent for writing and translation. Fast and economical.",
|
||||||
keyUrl: "https://console.anthropic.com/settings/keys",
|
keyUrl: "https://console.anthropic.com/settings/keys",
|
||||||
icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-dark.webp",
|
icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-light.webp",
|
||||||
iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-light.webp"
|
iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/claude-dark.webp"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
value: "gemini",
|
value: "gemini",
|
||||||
@@ -158,8 +158,8 @@ const AI_PROVIDERS = [
|
|||||||
model: "meta-llama/llama-3.3-70b-instruct",
|
model: "meta-llama/llama-3.3-70b-instruct",
|
||||||
description: "Aggregator with access to 100+ models using a single API key. Maximum flexibility.",
|
description: "Aggregator with access to 100+ models using a single API key. Maximum flexibility.",
|
||||||
keyUrl: "https://openrouter.ai/keys",
|
keyUrl: "https://openrouter.ai/keys",
|
||||||
icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-dark.webp",
|
icon: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-light.webp",
|
||||||
iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-light.webp"
|
iconLight: "https://cdn.jsdelivr.net/gh/selfhst/icons@main/webp/openrouter-dark.webp"
|
||||||
},
|
},
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user