fix: 修正硅基流动供应商标识
- 将错误的 siliconlow 标识统一更正为 siliconflow - 对齐后端网关、品牌配置和管理端模型列表
This commit is contained in:
@@ -26,7 +26,7 @@ public class OpenAiGateway extends AbstractOpenAiCompatibleGateway implements Mo
|
|||||||
"zhipu",
|
"zhipu",
|
||||||
"minimax",
|
"minimax",
|
||||||
"kimi",
|
"kimi",
|
||||||
"siliconlow",
|
"siliconflow",
|
||||||
"ollama",
|
"ollama",
|
||||||
"self-hosted"
|
"self-hosted"
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -442,7 +442,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"title": "硅基流动",
|
"title": "硅基流动",
|
||||||
"key": "siliconlow",
|
"key": "siliconflow",
|
||||||
"options":{
|
"options":{
|
||||||
"llmEndpoint":"https://api.siliconflow.cn",
|
"llmEndpoint":"https://api.siliconflow.cn",
|
||||||
"chatPath":"/v1/chat/completions",
|
"chatPath":"/v1/chat/completions",
|
||||||
|
|||||||
@@ -193,7 +193,7 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"label": "硅基流动",
|
"label": "硅基流动",
|
||||||
"value": "siliconlow",
|
"value": "siliconflow",
|
||||||
"description": "聚合多家开源模型能力,适合快速接入主流开源生态。",
|
"description": "聚合多家开源模型能力,适合快速接入主流开源生态。",
|
||||||
"tags": ["开源模型", "聚合平台", "Embeddings"],
|
"tags": ["开源模型", "聚合平台", "Embeddings"],
|
||||||
"mode": "hosted",
|
"mode": "hosted",
|
||||||
|
|||||||
Reference in New Issue
Block a user