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}."
}
}
},