We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents add9ca2 + a780b39 commit 78186c2Copy full SHA for 78186c2
.env.template
@@ -73,6 +73,11 @@ ANTHROPIC_API_VERSION=
73
### anthropic claude Api url (optional)
74
ANTHROPIC_URL=
75
76
-
77
### (optional)
78
WHITE_WEBDAV_ENDPOINTS=
+
79
+### siliconflow Api key (optional)
80
+SILICONFLOW_API_KEY=
81
82
+### siliconflow Api url (optional)
83
+SILICONFLOW_URL=
app/constant.ts
@@ -620,6 +620,8 @@ const siliconflowModels = [
620
"deepseek-ai/DeepSeek-V3",
621
"meta-llama/Llama-3.3-70B-Instruct",
622
"THUDM/glm-4-9b-chat",
623
+ "Pro/deepseek-ai/DeepSeek-R1",
624
+ "Pro/deepseek-ai/DeepSeek-V3",
625
];
626
627
let seq = 1000; // 内置的模型序号生成器从1000开始
0 commit comments