Browse Source

correct xorbits spelling (#1965)

tags/0.4.5
Chenhe Gu 1 year ago
parent
commit
5ff701ca3f
No account linked to committer's email address

+ 1
- 1
api/core/model_runtime/docs/zh_Hans/customizable_model_scale_out.md View File

@@ -30,7 +30,7 @@
```yaml
provider: xinference #确定供应商标识
label: # 供应商展示名称,可设置 en_US 英文、zh_Hans 中文两种语言,zh_Hans 不设置将默认使用 en_US。
en_US: Xorbots Inference
en_US: Xorbits Inference
icon_small: # 小图标,可以参考其他供应商的图标,存储在对应供应商实现目录下的 _assets 目录,中英文策略同 label
en_US: icon_s_en.svg
icon_large: # 大图标

+ 1
- 1
api/core/model_runtime/model_providers/xinference/xinference.yaml View File

@@ -1,6 +1,6 @@
provider: xinference
label:
en_US: Xorbots Inference
en_US: Xorbits Inference
icon_small:
en_US: icon_s_en.svg
icon_large:

Loading…
Cancel
Save