File tree 3 files changed +17
-1
lines changed
3 files changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -312,6 +312,14 @@ ChatGLM Api Key.
312
312
313
313
ChatGLM Api Url.
314
314
315
+ ### ` DEEPSEEK_API_KEY ` (optional)
316
+
317
+ DeepSeek Api Key.
318
+
319
+ ### ` DEEPSEEK_URL ` (optional)
320
+
321
+ DeepSeek Api Url.
322
+
315
323
### ` HIDE_USER_API_KEY ` (optional)
316
324
317
325
> Default: Empty
Original file line number Diff line number Diff line change @@ -192,6 +192,14 @@ ChatGLM Api Key.
192
192
193
193
ChatGLM Api Url.
194
194
195
+ ### ` DEEPSEEK_API_KEY ` (可选)
196
+
197
+ DeepSeek Api Key.
198
+
199
+ ### ` DEEPSEEK_URL ` (可选)
200
+
201
+ DeepSeek Api Url.
202
+
195
203
196
204
### ` HIDE_USER_API_KEY ` (可选)
197
205
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
35
35
let baseUrl = "" ;
36
36
37
37
if ( accessStore . useCustomConfig ) {
38
- baseUrl = accessStore . moonshotUrl ;
38
+ baseUrl = accessStore . deepseekUrl ;
39
39
}
40
40
41
41
if ( baseUrl . length === 0 ) {
You can’t perform that action at this time.
0 commit comments