feat: add AI provider SiliconFlow

This commit is contained in:
AnotiaWang
2025-02-18 11:32:47 +08:00
parent 016aaf1a37
commit 7f7a08926d
5 changed files with 52 additions and 15 deletions

View File

@ -22,7 +22,11 @@
"providers": {
"openaiCompatible": {
"title": "OpenAI Compatible",
"description": "e.g. OpenAI, Gemini, Together AI, SiliconCloud, ...\n(Note: DeepSeek, OpenRouter and Ollama now have their own providers.)"
"description": "Every provider that is compatible with the OpenAI API. Note: Some providers have their own options for better performance."
},
"siliconflow": {
"title": "SiliconFlow",
"description": "Offers ¥14 free credits on register. Get one API key at {0}."
}
}
},

View File

@ -22,7 +22,11 @@
"providers": {
"openaiCompatible": {
"title": "OpenAI Compatible",
"description": " OpenAI、Gemini、Together AI、SiliconCloud……\n注DeepSeek、OpenRouter 和 Ollama 现在已经有了独立选项,请切换使用。"
"description": "任意兼容 OpenAI 接口格式的供应商。\n注为了改进兼容性部分供应商有单独的选项请展开查看。"
},
"siliconflow": {
"title": "SiliconFlow 硅基流动",
"description": "注册赠送 ¥14 元免费额度。在 {0} 生成一个 API key。"
}
}
},