hassas dosyaları kaldırma

This commit is contained in:
SiYue 2026-03-25 13:13:56 +08:00 committed by SiYue-ZO
parent ada10827a0
commit e1ea00e7a5
2 changed files with 2 additions and 0 deletions

View file

@ -32,6 +32,7 @@ const PROVIDER_PRIORITY: Record<string, number> = {
vllm: 16,
mistral: 17,
avian: 18,
mimo: 19,
}
interface ProviderGroup {

View file

@ -37,6 +37,7 @@ const PROVIDER_DOMAINS: Record<string, string> = {
avian: "avian.io",
vllm: "vllm.ai",
zhipu: "zhipuai.cn",
mimo: "xiaomi.com",
}
interface ProviderIconProps {