suruiqiang 11 months ago
parent
commit
b948d6bf86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/client/platforms/deepseek.ts

+ 1 - 1
app/client/platforms/deepseek.ts

@@ -35,7 +35,7 @@ export class DeepSeekApi implements LLMApi {
     let baseUrl = "";
 
     if (accessStore.useCustomConfig) {
-      baseUrl = accessStore.moonshotUrl;
+      baseUrl = accessStore.deepseekUrl;
     }
 
     if (baseUrl.length === 0) {