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",
|
ollama: "ollama",
|
||||||
mistral: "mistralai",
|
mistral: "mistralai",
|
||||||
zhipu: "zhipu",
|
zhipu: "zhipu",
|
||||||
|
modelscope: "modelscope",
|
||||||
}
|
}
|
||||||
|
|
||||||
const PROVIDER_DOMAINS: Record<string, string> = {
|
const PROVIDER_DOMAINS: Record<string, string> = {
|
||||||
|
|
@ -37,6 +38,7 @@ const PROVIDER_DOMAINS: Record<string, string> = {
|
||||||
avian: "avian.io",
|
avian: "avian.io",
|
||||||
vllm: "vllm.ai",
|
vllm: "vllm.ai",
|
||||||
zhipu: "zhipuai.cn",
|
zhipu: "zhipuai.cn",
|
||||||
|
modelscope: "modelscope.cn",
|
||||||
}
|
}
|
||||||
|
|
||||||
interface ProviderIconProps {
|
interface ProviderIconProps {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue