fix: add Chinese vendor name keywords for doubao/seedance in model_meta_infer vendorKeywordAliases
This commit is contained in:
parent
4a5fa8aa3b
commit
eb045c9a46
|
|
@ -323,8 +323,8 @@ var vendorKeywordAliases = []struct {
|
|||
{"qwen", []string{"alibaba", "qwen", "tongyi", "aliyun"}},
|
||||
{"moonshot", []string{"moonshot"}},
|
||||
{"kimi", []string{"moonshot"}},
|
||||
{"doubao", []string{"bytedance", "volcengine", "volcano"}},
|
||||
{"seedance", []string{"bytedance", "volcengine", "volcano", "doubao"}},
|
||||
{"doubao", []string{"bytedance", "volcengine", "volcano", "字节跳动", "字节"}},
|
||||
{"seedance", []string{"bytedance", "volcengine", "volcano", "doubao", "字节跳动", "字节"}},
|
||||
{"ernie", []string{"baidu"}},
|
||||
{"wenxin", []string{"baidu"}},
|
||||
{"hunyuan", []string{"tencent"}},
|
||||
|
|
|
|||
Loading…
Reference in New Issue