fix(web):add modelscope provider icon (#1438)
This commit is contained in:
parent
6cd71044a0
commit
147a97c83f
1 changed files with 2 additions and 0 deletions
|
|
@ -15,6 +15,7 @@ const PROVIDER_ICON_SLUGS: Record<string, string> = {
|
|||
ollama: "ollama",
|
||||
mistral: "mistralai",
|
||||
zhipu: "zhipu",
|
||||
modelscope: "modelscope",
|
||||
}
|
||||
|
||||
const PROVIDER_DOMAINS: Record<string, string> = {
|
||||
|
|
@ -37,6 +38,7 @@ const PROVIDER_DOMAINS: Record<string, string> = {
|
|||
avian: "avian.io",
|
||||
vllm: "vllm.ai",
|
||||
zhipu: "zhipuai.cn",
|
||||
modelscope: "modelscope.cn",
|
||||
}
|
||||
|
||||
interface ProviderIconProps {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue