hassas dosyaları kaldırma
This commit is contained in:
parent
ada10827a0
commit
e1ea00e7a5
2 changed files with 2 additions and 0 deletions
|
|
@ -32,6 +32,7 @@ const PROVIDER_PRIORITY: Record<string, number> = {
|
|||
vllm: 16,
|
||||
mistral: 17,
|
||||
avian: 18,
|
||||
mimo: 19,
|
||||
}
|
||||
|
||||
interface ProviderGroup {
|
||||
|
|
|
|||
|
|
@ -37,6 +37,7 @@ const PROVIDER_DOMAINS: Record<string, string> = {
|
|||
avian: "avian.io",
|
||||
vllm: "vllm.ai",
|
||||
zhipu: "zhipuai.cn",
|
||||
mimo: "xiaomi.com",
|
||||
}
|
||||
|
||||
interface ProviderIconProps {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue